Skip to content

Commit

Permalink
Use default profile for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
bacv committed Sep 8, 2023
1 parent 2efb6dc commit d2167ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
if: matrix.os == 'windows-latest'
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable-gnu
override: true
# Setup Rust toolchain for other OSes
Expand All @@ -65,12 +64,6 @@ jobs:
with:
command: build
args: --all --no-default-features --features ${{ matrix.feature }}
# Freeup some space for Windows tests
- name: Clean target dir (Windows)
if: matrix.os == 'windows-latest'
uses: actions-rs/cargo@v1
with:
command: clean
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit d2167ae

Please sign in to comment.