This commit is contained in:
Daniel Poelzleithner 2022-06-07 11:10:10 +02:00
parent 18008e1d15
commit 63f506582a
1 changed files with 2 additions and 3 deletions

View File

@ -14,6 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
- run: |
chmod og-rw ~
nix develop .#${{ matrix.version }} --command ./tests/ci-run.sh
- run: chmod og-rw ~
- run: nix develop .#${{ matrix.version }} --command ./tests/ci-run.sh