diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-04-19 11:12:02 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-04-19 11:12:02 +0100 |
commit | e5f082c4235cf41a5cd73a96014c64b30eb2ab81 (patch) | |
tree | 80b0e69e2284d542624da6884a4ba1b1c54303da /bin | |
parent | bdcba1a00d01a0b5d84047bc2bc407e131aaa2ed (diff) | |
download | tour-e5f082c4235cf41a5cd73a96014c64b30eb2ab81.tar.gz tour-e5f082c4235cf41a5cd73a96014c64b30eb2ab81.zip |
Use same version on CI, oops
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/download-compiler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/download-compiler b/bin/download-compiler index 26cf154..552cf44 100755 --- a/bin/download-compiler +++ b/bin/download-compiler @@ -2,6 +2,7 @@ set -eu +# Ensure you update the CI Gleam version to match this VERSION="v1.1.0" rm -fr wasm-compiler |