--- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,9 @@ name: jrsonnet-darwin-amd64 runs-on: ${{ matrix.os }} steps: + - name: Fetch apt repo updates + run: sudo apt update + - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: