Skip to content

Commit

Permalink
Changed CI/CD Windows automated builds to target x86_64-pc-windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Aug 27, 2024
1 parent cc28492 commit 0850749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Build (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
cargo build --release
cargo build --release --target x86_64-pc-windows-gnu
env:
CFLAGS: -static-libstdc++
CXXFLAGS: -static-libstdc++
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: a7ul/[email protected]
with:
command: c
files: target/release/adept.exe
files: target/x86_64-pc-windows-gnu/release/adept.exe
outPath: build-${{ matrix.os }}.tar.gz
- name: Archive Build Result
if: ${{ matrix.os != 'windows-latest' }}
Expand Down Expand Up @@ -196,4 +196,4 @@ jobs:
files: >
build-windows-latest.tar.gz
build-macos-latest.tar.gz
build-linux-latest.tar.gz
build-ubuntu-latest.tar.gz

0 comments on commit 0850749

Please sign in to comment.