Attempt to fix workflow with selfhosted act runner
This commit is contained in:
parent
654ddac943
commit
044348bee4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue