We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b239e99 commit 877e74aCopy full SHA for 877e74a
.github/workflows/cd-badger.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "making a new release for "$BADGER_RELEASE_VERSION
33
echo "BADGER_RELEASE_VERSION=$BADGER_RELEASE_VERSION" >> $GITHUB_ENV
34
- name: Fetch dependencies
35
- run: sudo apt-get -y install build-essential
+ run: sudo apt-get update && sudo apt-get -y install build-essential
36
- name: Build badger linux/amd64
37
run: make badger
38
- name: Generate SHA for Linux Build
0 commit comments