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