.github/workflows/build.yml aktualisiert

This commit is contained in:
2025-04-22 17:25:03 +02:00
parent 73a436eb40
commit e68dd71e92

View File

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