Compare commits
No commits in common. "f6fa8a61731c77af352e1a26480f17653d1bcfcc" and "107c1094c984ac96c71e1bf88e009192bd6510b7" have entirely different histories.
f6fa8a6173
...
107c1094c9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-run-unittests:
|
||||
runs-on: archLinux
|
||||
runs-on: [selfOldArchLinux, archLinux]
|
||||
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