Skip to content

Commit 877e74a

Browse files
authored
fix the cd pipeline (#2127)
1 parent b239e99 commit 877e74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-badger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "making a new release for "$BADGER_RELEASE_VERSION
3333
echo "BADGER_RELEASE_VERSION=$BADGER_RELEASE_VERSION" >> $GITHUB_ENV
3434
- name: Fetch dependencies
35-
run: sudo apt-get -y install build-essential
35+
run: sudo apt-get update && sudo apt-get -y install build-essential
3636
- name: Build badger linux/amd64
3737
run: make badger
3838
- name: Generate SHA for Linux Build

0 commit comments

Comments
 (0)