We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a807ff commit 94ad83dCopy full SHA for 94ad83d
.github/workflows/build.yml
@@ -123,7 +123,7 @@ jobs:
123
mv ./nobodywho/* C:/
124
cd C:/
125
# 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
+ cargo build -p nobodywho-${{ matrix.integration }} --target ${{ matrix.target }} --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked --target-dir C:/t
127
env:
128
RUSTFLAGS: >-
129
-l Advapi32
0 commit comments