Skip to content

Commit

Permalink
Windows MSVC switch back to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jan 3, 2024
1 parent d1def10 commit f5d8a16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [x86_64-pc-windows-msvc-self-hosted]
os: [windows-latest]
os: [x86_64-pc-windows-msvc-self-hosted]
# os: [windows-latest]
include:
- os: windows-latest
- os: x86_64-pc-windows-msvc-self-hosted
ASSET_PATH: "rust/build/dist/rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-msvc.zip"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-msvc.zip"
ASSET_CONTENT_TYPE: "application/x-tar"
steps:
- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
version: 1.10.0
# - name: Setup Ninja
# uses: ashutoshvarma/setup-ninja@master
# with:
# version: 1.10.0
- name: Checkout repository
uses: actions/checkout@v4
- name: Checkout repository - esp-rs/rust
Expand Down

0 comments on commit f5d8a16

Please sign in to comment.