Skip to content

Commit

Permalink
Fix Docker build, take n+4/m
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Oct 16, 2024
1 parent d4c5373 commit c8c4c56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ jobs:

- uses: docker/setup-buildx-action@v3

- name: Install dependencies
run: |
sudo apt-get install zsh libboost-all-dev
- name: Build Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit c8c4c56

Please sign in to comment.