Skip to content

Commit

Permalink
Temporary disable x64.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Oct 27, 2023
1 parent 34e89d1 commit 44d115e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/aspia-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ env:

jobs:
build-all-matrix:
name: ${{ matrix.os }}-${{ matrix.triplet }}-build
name: ${{ matrix.os }}-${{ matrix.triplet }}-${{ matrix.build_type }}
runs-on: ${{ matrix.os }}
if: github.event_name == 'push'
strategy:
fail-fast: true
matrix:
os: [win11]
arch: [x86, x64]
arch: [x86] # x64
build_type: [release, debug]
include:
- os: win11
arch: x86
triplet: x86-windows-static
- os: win11
arch: x64
triplet: x64-windows-static
#- os: win11
# arch: x64
# triplet: x64-windows-static

steps:
# Step 1
Expand Down

0 comments on commit 44d115e

Please sign in to comment.