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:
|
||||
build-and-run-tests:
|
||||
runs-on: archLinux
|
||||
runs-on: any_archLinux
|
||||
steps:
|
||||
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
|
||||
- run: cd UDPC && git checkout $GITHUB_REF_NAME
|
||||
|
|
Loading…
Reference in a new issue