Skip to content

Commit

Permalink
fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Jul 5, 2024
1 parent 1debf39 commit 5ef7128
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 @@ -79,8 +79,8 @@ jobs:
id-token: write
contents: read
env:
CC: /usr/local/bin/gcc-13
CXX: /usr/local/bin/g++-13
CC: /usr/local/bin/gcc-12
CXX: /usr/local/bin/g++-12
AWS_KVS_LOG_LEVEL: 2
steps:
- name: Clone repository
Expand Down

0 comments on commit 5ef7128

Please sign in to comment.