From d60f07b4b8543906146c68a494edd7e5f0339bec Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Mon, 12 Dec 2022 22:54:23 +0000 Subject: [PATCH] ci: run apt update --- --- 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: -- gitstuff