Skip to content

Commit

Permalink
whoopd
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Feb 14, 2024
1 parent 19f3a3a commit 587bdbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: Install Wrangler
run: npx --yes wrangler@2

- name: Install Rustup using win.rustup.rs
run: |
# Disable the download progress bar which can cause perf issues
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: Install Wrangler
run: npx --yes wrangler@2

- name: Install Rustup using win.rustup.rs
run: |
npx --version
# Disable the download progress bar which can cause perf issues
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest https://win.rustup.rs/ -OutFile rustup-init.exe
Expand Down

0 comments on commit 587bdbb

Please sign in to comment.