Browse Source

t8

Signed-off-by: falkTX <falktx@falktx.com>
undefined
falkTX 1 year ago
parent
commit
93ddde234a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/bootstrap.yml

+ 2
- 0
.github/workflows/bootstrap.yml View File

@@ -220,6 +220,8 @@ jobs:
container: ubuntu:22.04 container: ubuntu:22.04
target: win64 target: win64
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.container }}
needs: common needs: common
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3


Loading…
Cancel
Save