CI: use complete path
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Dorian Zedler 2023-02-17 20:35:55 +01:00
parent 40cbd09453
commit 9b117fc124
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 2 deletions

View File

@ -8,11 +8,10 @@ steps:
- name: build
environment:
RUSTFLAGS: '-C target-feature=+crt-static'
PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\CMake\bin;C:\Users\drone\.cargo\bin
commands:
- whoami
- cd receiver
- cargo.exe build --release --target x86_64-pc-windows-msvc
- 'C:\Users\drone\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc'
- name: sign
commands: