Skip to content

Commit 208c875

Browse files
committed
Debug
1 parent 77f0334 commit 208c875

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cross-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ concurrency:
1111

1212
jobs:
1313
build-binaries:
14-
needs: [create-release]
14+
# needs: [create-release]
1515
runs-on:
1616
- self-hosted
17-
- ${{ matrix.os }}
17+
- Linux
18+
# - ${{ matrix.os }}
1819
- X64
1920
# strategy:
2021
# fail-fast: false

0 commit comments

Comments
 (0)