.forgejo workflow: still trying for remote checkout [WIP]
All checks were successful
CI / smoke-test (push) Successful in 9s
All checks were successful
CI / smoke-test (push) Successful in 9s
This commit is contained in:
parent
2c8696f42b
commit
f3f5ab4267
1 changed files with 7 additions and 2 deletions
|
|
@ -34,8 +34,13 @@ jobs:
|
|||
nix store info
|
||||
|
||||
- name: checkout
|
||||
uses:
|
||||
actions/checkout@v4
|
||||
run: |
|
||||
# 1. actions/checkout@v4 stumbles b/c install is at conybeare.us/git
|
||||
# checkout manually instead.
|
||||
# 2. could clone from /var/lib/forgejo/gitea-repositories/roland/xo-umbrella2.git
|
||||
# 3. instead rely on $GITHUB_SERVER_URL
|
||||
|
||||
git clone --depth=1 $GITHUB_SERVER_URL/roland/xo-umbrella2.git .
|
||||
|
||||
- name: build xo-cmake
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue