Skip to content

Commit 94ad83d

Browse files
committed
re-add target flag for windows cargo build
1 parent 8a807ff commit 94ad83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
mv ./nobodywho/* C:/
124124
cd C:/
125125
# Use an even shorter target directory to avoid path length issues with git dependencies
126-
cargo build -p nobodywho-${{ matrix.integration }} --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked --target-dir C:/t
126+
cargo build -p nobodywho-${{ matrix.integration }} --target ${{ matrix.target }} --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked --target-dir C:/t
127127
env:
128128
RUSTFLAGS: >-
129129
-l Advapi32

0 commit comments

Comments
 (0)