.github/workflows/build.yml aktualisiert
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -16,7 +16,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build in ./build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd /workspace/maxp/SpriteChannel
|
cd "$GITHUB_WORKSPACE/build"
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user