Skip to content

Commit

Permalink
Update ci.yml compiler env var
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Nov 18, 2023
1 parent 486cb35 commit ec8bd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
id-token: write
contents: read
env:
CC: gcc
CXX: g++
CC: /usr/local/bin/gcc-13
CXX: /usr/local/bin/g++-13
AWS_KVS_LOG_LEVEL: 2
steps:
- name: Clone repository
Expand Down

0 comments on commit ec8bd54

Please sign in to comment.