Merge branch 'master' into cxx17
All checks were successful
Run UnitTests / build-and-run-unittests (push) Successful in 39s

This commit is contained in:
Stephen Seo 2024-01-20 19:45:14 +09:00
commit b7117c09b3

View file

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