This commit is contained in:
Domen Kožar 2019-10-02 17:38:01 +02:00
parent f104d5a8aa
commit 67bd092214
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

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@v1 - uses: cachix/install-nix-action@v2
- run: nix-build - run: nix-build
``` ```