mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Manually checkout on Nix
This commit is contained in:
parent
e311c246da
commit
8102cc657f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue