Skip to content

Commit

Permalink
updated setup tool to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
0bvim committed Aug 30, 2024
1 parent 9461c9e commit cabaa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Clang 12
uses: actions/setup-tool@v3
uses: actions/setup-tool@v2
with:
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang+llvm-12.0.0-linux-x86_64.tar.xz
extract: 'clang+llvm-12.0.0-linux-x86_64'
Expand Down

0 comments on commit cabaa00

Please sign in to comment.