Skip to content

Commit

Permalink
use microdnf
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Jan 31, 2025
1 parent 10bd9ed commit 113e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turborepo-library-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
target: "x86_64-unknown-linux-gnu"
container: amazon/aws-lambda-nodejs:20
install: |
yum install -y gcc gcc-c++ git
microdnf install -y gcc gcc-c++ git
curl https://sh.rustup.rs -sSf | bash -s -- -y
npm i -g [email protected]
setup: |
Expand Down

0 comments on commit 113e0a9

Please sign in to comment.