Attempt to fix workflow with selfhosted act runner
Some checks are pending
Run UnitTests / build-and-run-unittests (push) Waiting to run
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s

This commit is contained in:
Stephen Seo 2024-01-20 19:19:46 +09:00
parent 654ddac943
commit 044348bee4

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-run-unittests:
runs-on: [selfOldArchLinux, archLinux]
runs-on: ['archLinux', 'selfOldArchLinux']
steps:
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/EntityComponentMetaSystem.git ECMS
- run: cd ECMS && git checkout $GITHUB_REF_NAME