Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
doums committed Nov 29, 2024
1 parent 3bbd1e5 commit 3c48f47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-nym-vpn-app-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@master
with:
# TODO lets see
toolchain: 1.82.0
components: rustfmt, clippy

- name: Install cargo-license
Expand Down

0 comments on commit 3c48f47

Please sign in to comment.