Skip to content

Commit

Permalink
Fixes LLVM checksum on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Sep 14, 2023
1 parent 3556708 commit a39fbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
artifact: deps-mac-x86_64
llvm: |
curl -Lo llvm.tar.xz "$LLVM_URL"
hash=$(md5sum llvm.tar.xz | head -c 32)
hash=$(md5 < llvm.tar.xz)
mkdir llvm
tar -xJ --strip-components=1 -C llvm -f llvm.tar.xz
rm llvm.tar.xz
Expand Down

0 comments on commit a39fbdb

Please sign in to comment.