Skip to content

Commit 0850749

Browse files
committed
Changed CI/CD Windows automated builds to target x86_64-pc-windows-gnu
1 parent cc28492 commit 0850749

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/remoteBuild.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build (Windows)
8181
if: ${{ matrix.os == 'windows-latest' }}
8282
run: |
83-
cargo build --release
83+
cargo build --release --target x86_64-pc-windows-gnu
8484
env:
8585
CFLAGS: -static-libstdc++
8686
CXXFLAGS: -static-libstdc++
@@ -112,7 +112,7 @@ jobs:
112112
uses: a7ul/[email protected]
113113
with:
114114
command: c
115-
files: target/release/adept.exe
115+
files: target/x86_64-pc-windows-gnu/release/adept.exe
116116
outPath: build-${{ matrix.os }}.tar.gz
117117
- name: Archive Build Result
118118
if: ${{ matrix.os != 'windows-latest' }}
@@ -196,4 +196,4 @@ jobs:
196196
files: >
197197
build-windows-latest.tar.gz
198198
build-macos-latest.tar.gz
199-
build-linux-latest.tar.gz
199+
build-ubuntu-latest.tar.gz

0 commit comments

Comments
 (0)