mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2025-01-10 14:22:04 +01:00
Remove old dependencies
This commit is contained in:
parent
0055602fae
commit
2e10ab0fc9
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,7 +9,6 @@ jobs:
|
|||
run-x86_64-linux:
|
||||
name: Run x86_64 Linux
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [build-x86_64-linux, lints]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt install fish zsh
|
||||
|
@ -111,7 +110,6 @@ jobs:
|
|||
run-x86_64-darwin:
|
||||
name: Run x86_64 Darwin
|
||||
runs-on: macos-12
|
||||
needs: [build-x86_64-darwin, lints]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: brew install fish coreutils
|
||||
|
|
Loading…
Reference in a new issue