Have forgejo action/workflow use "any_archLinux"
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s Details
Run UnitTests / build-and-run-tests (push) Successful in 44s Details

This commit is contained in:
Stephen Seo 2024-01-22 11:12:58 +09:00
parent 2cef0d541c
commit 510156bc58
1 changed files with 1 additions and 1 deletions

View File

@ -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