From 113e0a9a952d390606bf7d98154f43f1a2a349f8 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Thu, 30 Jan 2025 19:39:32 -0500 Subject: [PATCH] use microdnf --- .github/workflows/turborepo-library-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/turborepo-library-release.yml b/.github/workflows/turborepo-library-release.yml index 65cf51e841fca..c1ad8a771123d 100644 --- a/.github/workflows/turborepo-library-release.yml +++ b/.github/workflows/turborepo-library-release.yml @@ -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 pnpm@8.9.0 setup: |