Skip to content

Commit

Permalink
Switch llvm version to a string
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Mar 27, 2024
1 parent 547d5d2 commit 51d282b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
branch: master
release: false
llvm-version: 17
llvm-version: "17"
build-type: release

- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ case $1 in
cat ./schema_test.graphql | ./graphstate > ./build/client.js
;;
*)
./build.sh release
./build.sh
;;
esac

0 comments on commit 51d282b

Please sign in to comment.