Skip to content

Commit

Permalink
fixup! Workarounds
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 21, 2024
1 parent 4740eda commit 1b27b48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install sudo # TODO move this into Dockerfile
run: apt-get update && apt-get install -y sudo curl
run: |
apt-get update && \
apt-get install -y sudo curl \
python3-attr python3-git python3-importlib-metadata \
python3-markdown-it python3-markupsafe python3-mdit-py-plugins python3-yaml python3-typing-extensions \
python3-wget python3-zipp
- name: Setup nix
uses: cachix/install-nix-action@v26
- name: Setup jasmin-compiler
Expand Down

0 comments on commit 1b27b48

Please sign in to comment.