github: lame workflow typo, sheesh!
This commit is contained in:
parent
b6467d0013
commit
fc7a2564f0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix-main.yml
vendored
4
.github/workflows/nix-main.yml
vendored
|
|
@ -38,11 +38,11 @@ jobs:
|
|||
steps:
|
||||
# not using usual checkout actions: they don't work out-of-the-box from within a container
|
||||
|
||||
- name: xo-unix
|
||||
- name: xo-unit
|
||||
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-unix.git repo
|
||||
GIT_SSL_NO_VERIFY=true git clone https://${{env.GIT_USER}}:${{env.GIT_TOKEN}}@github.com/rconybea/xo-unit.git repo
|
||||
echo "::endgroup"
|
||||
|
||||
echo "::group::build xo-unit with nix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue