Skip to content

Commit

Permalink
release workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Apr 4, 2022
1 parent 4e4cef6 commit 76c0ec1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.8
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.8
- name: Fetch system level dependencies
run: sudo apt-get -q update && sudo apt-get install -y build-essential squashfs-tools
libseccomp-dev cryptsetup libhdf5-serial-dev pkg-config
Expand Down

0 comments on commit 76c0ec1

Please sign in to comment.