Have forgejo action/workflow use "any_archLinux"
This commit is contained in:
parent
2cef0d541c
commit
510156bc58
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-run-tests:
|
build-and-run-tests:
|
||||||
runs-on: archLinux
|
runs-on: any_archLinux
|
||||||
steps:
|
steps:
|
||||||
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
|
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
|
||||||
- run: cd UDPC && git checkout $GITHUB_REF_NAME
|
- run: cd UDPC && git checkout $GITHUB_REF_NAME
|
||||||
|
|
Loading…
Reference in a new issue