diff --git a/.github/actions/setup-and-build/action.yml b/.github/actions/setup-and-build/action.yml index f2575ea04565..69f79e78049d 100644 --- a/.github/actions/setup-and-build/action.yml +++ b/.github/actions/setup-and-build/action.yml @@ -13,7 +13,7 @@ runs: with: node-version: ${{inputs.node}} check-latest: true - cache: yarn +# cache: yarn - name: Node.js version id: node diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 1bd86ee0c77a..f55c7d79504a 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -36,6 +36,10 @@ jobs: https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js chmod +x $HOME/bin/yarn echo "$HOME/bin" >> $GITHUB_PATH + - name: Install make + run: | + sudo apt-get update + sudo apt-get install make build-essential gcc g++ - uses: "./.github/actions/setup-and-build" with: node: 20