Skip to content

Commit

Permalink
fix the cd pipeline (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 authored Nov 11, 2024
1 parent b239e99 commit 877e74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-badger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "making a new release for "$BADGER_RELEASE_VERSION
echo "BADGER_RELEASE_VERSION=$BADGER_RELEASE_VERSION" >> $GITHUB_ENV
- name: Fetch dependencies
run: sudo apt-get -y install build-essential
run: sudo apt-get update && sudo apt-get -y install build-essential
- name: Build badger linux/amd64
run: make badger
- name: Generate SHA for Linux Build
Expand Down

0 comments on commit 877e74a

Please sign in to comment.