diff options
Diffstat (limited to 'libs/game_gamebryo/.github/workflows/build.yml')
| -rw-r--r-- | libs/game_gamebryo/.github/workflows/build.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libs/game_gamebryo/.github/workflows/build.yml b/libs/game_gamebryo/.github/workflows/build.yml deleted file mode 100644 index 7efc43f..0000000 --- a/libs/game_gamebryo/.github/workflows/build.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Build GameBryo Library - -on: - push: - branches: master - pull_request: - types: [opened, synchronize, reopened] - -jobs: - build: - runs-on: windows-2022 - steps: - - name: Build GameBryo Library - uses: ModOrganizer2/build-with-mob-action@master - with: - mo2-third-parties: lz4 zlib - mo2-dependencies: cmake_common uibase |
