Skip to content

Commit

Permalink
chore: Fix Windows CI
Browse files Browse the repository at this point in the history
This packs the nupkg first, then installs it locally.
  • Loading branch information
powersj committed May 17, 2024
1 parent 91d1fc8 commit a348510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
git clone https://github.com/influxdata/rustup.install.git "${TMP}/rustup.install"
cd "${TMP}/rustup.install"
git checkout bump-v1.25.1
choco install -dvf ./rustup.install.nuspec
choco pack --pre ./rustup.install.nuspec
choco install rustup.install --source="C:\Users\circleci\AppData\Local\Temp\rustup.install"
cd -
choco upgrade golang --version=1.21 --allow-downgrade
Expand Down

0 comments on commit a348510

Please sign in to comment.