We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95c2b4 commit fd6f909Copy full SHA for fd6f909
.github/workflows/turborepo-library-release.yml
@@ -36,7 +36,7 @@ jobs:
36
target: x86_64-unknown-linux-gnu
37
container: amazon/aws-lambda-nodejs:20
38
install: |
39
- microdnf install -y gcc gcc-c++ git tar
+ microdnf install -y gcc gcc-c++ git tar xz
40
curl https://sh.rustup.rs -sSf | bash -s -- -y
41
npm i -g [email protected]
42
mkdir ../zig
0 commit comments