Manually checkout on Nix

This commit is contained in:
scorpion-26 2023-03-03 19:24:36 +01:00 committed by GitHub
parent e311c246da
commit 8102cc657f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,9 @@ jobs:
image: nixos/nix
steps:
- name: Download gBar
uses: actions/checkout@v3.3.0
run: |
git clone https://github.com/${{github.repository}}
cd gBar
- name: Build Nix flake
run: |
nix build --extra-experimental-features nix-command --extra-experimental-features flakes