Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Run test in docker container, avoid runner env inconsistencies #89

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
add curl
  • Loading branch information
AsbjornOlling committed Jan 27, 2025
commit ceb0653c1982f8ae5c09e11296742c65e0ba8360
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: "Install distro dependencies"
run: |
apt-get update
apt-get install -y sqlite3 # ...needed to install nix
apt-get install -y sqlite3 curl # ...needed to install nix
- name: Install Nix
shell: bash # Explicitly use bash
run: |
Expand Down
Loading