Skip to content

Commit

Permalink
Fix cxx-common version in diff
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed May 18, 2023
1 parent 4eba0f0 commit 9873893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image:
- { name: 'ubuntu', tag: '20.04', codename: 'focal' }
llvm: [ '16' ]
common_base: [ 'https://github.com/lifting-bits/cxx-common/releases/latest/download' ]
common_base: [ 'https://github.com/lifting-bits/cxx-common/releases/download/v0.3.2' ]

env:
CC: clang-${{ matrix.llvm }}
Expand Down

0 comments on commit 9873893

Please sign in to comment.