mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
4 Commits
e513e4b17e
...
146b90632c
Author | SHA1 | Date |
---|---|---|
|
146b90632c | |
|
c1a0662c1b | |
|
5df8accbbd | |
|
7fc047392c |
|
@ -15,8 +15,6 @@ jobs:
|
|||
name: CI
|
||||
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -64,6 +62,7 @@ jobs:
|
|||
-GNinja \
|
||||
-DVCPKG_TARGET_TRIPLET=${{ inputs.arch }}-windows-static \
|
||||
-DCMAKE_TOOLCHAIN_FILE="${{ runner.temp }}\vcpkg\scripts\buildsystems\vcpkg.cmake" \
|
||||
-DVCPKG_INSTALL_OPTIONS="--debug" \
|
||||
# EOF
|
||||
echo "::endgroup::"
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ jobs:
|
|||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue