Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed Mar 22, 2024
1 parent f2e5f97 commit 6a361db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
curl https://capnproto.org/capnproto-c++-win32-1.0.2.zip -o capnproto.zip
7z.exe e capnproto.zip -r *.exe -o${{github.workspace}}\capnproto
Write-Output "Unpacking capnp.exe to ${{github.workspace}}\capnproto\"
Get-ChildItem -Path ${{github.workspace}}\\capnproto\\
Get-ChildItem -Path ${{github.workspace}}\capnproto\
echo "${{github.workspace}}\capnproto" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
$env:Path += ';${{github.workspace}}\capnproto'
Get-Command capnp -All
Expand All @@ -60,6 +60,7 @@ jobs:

- name: Build
run: |
Get-ChildItem -Path ${{github.workspace}}\capnproto\
$env:Path += ';${{github.workspace}}\capnproto'
capnp --version
cargo build --workspace --release
Expand Down

0 comments on commit 6a361db

Please sign in to comment.