This commit is contained in:
Domen Kožar
2019-11-20 15:39:17 +01:00
committed by GitHub
parent cd5893b2c6
commit 8b315ca141

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: cachix/install-nix-action@v3
- uses: cachix/install-nix-action@v6
- run: nix-build
```