This commit is contained in:
Domen Kožar 2019-11-20 15:39:17 +01:00 committed by GitHub
parent cd5893b2c6
commit 8b315ca141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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