Skip to content

Commit

Permalink
Merge pull request kubewarden#776 from flavio/fix-build-on-windows
Browse files Browse the repository at this point in the history
CI: fix build on windows
  • Loading branch information
flavio authored Apr 15, 2024
2 parents ebb4f64 + aae127a commit f669059
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ jobs:
toolchain: stable
- run: rustup target add x86_64-pc-windows-msvc

- name: enable git long paths on Windows
if: matrix.os == 'windows-latest'
run: git config --global core.longpaths true

- name: Build kwctl
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
with:
Expand Down

0 comments on commit f669059

Please sign in to comment.