Skip to content

Commit

Permalink
Revert "Changing windows version from 1.68 to stable (#138)"
Browse files Browse the repository at this point in the history
This reverts commit 88b41f3.
  • Loading branch information
JeffreyHuynh1 authored Oct 4, 2023
1 parent 88b41f3 commit 1c0953e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
toolchain: stable
- os: windows-latest
os-name: windows
toolchain: stable
toolchain: '1.68'

needs: [metadata]
if: ${{ needs.metadata.result == 'success' }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
if: ${{ matrix.os-name == 'windows' }}
run: |
mkdir release
rustup run stable cargo build --release
rustup run 1.68 cargo build --release
mv target/release/broker.exe release/broker-$env:RELEASE_VERSION-x86_64-windows.exe
gh release upload ${{ github.ref_name }} release/broker-$env:RELEASE_VERSION-x86_64-windows.exe --clobber
Expand Down

0 comments on commit 1c0953e

Please sign in to comment.