github: bugfix in nix workflow
This commit is contained in:
parent
fc7a2564f0
commit
52f8aec04f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-main.yml
vendored
2
.github/workflows/nix-main.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: |
|
||||
echo "::group::clone xo-unit repo"
|
||||
mkdir -p repo
|
||||
GIT_SSL_NO_VERIFY=true git clone https://${{env.GIT_USER}}:${{env.GIT_TOKEN}}@github.com/rconybea/xo-unit.git repo
|
||||
GIT_SSL_NO_VERIFY=true git clone https://${{env.GIT_USER}}:${{env.GIT_TOKEN}}@github.com/rconybea/xo-unit.git repo/xo-unit
|
||||
echo "::endgroup"
|
||||
|
||||
echo "::group::build xo-unit with nix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue