Compare commits
2 commits
f6fa8a6173
...
b7117c09b3
Author | SHA1 | Date | |
---|---|---|---|
b7117c09b3 | |||
7636f89c82 |
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-run-unittests:
|
build-and-run-unittests:
|
||||||
runs-on: archLinux
|
runs-on: any_archLinux
|
||||||
steps:
|
steps:
|
||||||
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/EntityComponentMetaSystem.git ECMS
|
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/EntityComponentMetaSystem.git ECMS
|
||||||
- run: cd ECMS && git checkout $GITHUB_REF_NAME
|
- run: cd ECMS && git checkout $GITHUB_REF_NAME
|
||||||
|
|
Loading…
Reference in a new issue