mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02: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
|
image: nixos/nix
|
||||||
steps:
|
steps:
|
||||||
- name: Download gBar
|
- name: Download gBar
|
||||||
uses: actions/checkout@v3.3.0
|
run: |
|
||||||
|
git clone https://github.com/${{github.repository}}
|
||||||
|
cd gBar
|
||||||
- name: Build Nix flake
|
- name: Build Nix flake
|
||||||
run: |
|
run: |
|
||||||
nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
||||||
|
|
Loading…
Reference in a new issue