Skip to content

Commit

Permalink
don't use mold in msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Nov 30, 2023
1 parent 7db139b commit e165a59
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
update: true
msystem: ${{ matrix.sys }}
location: 'D:\M'
pacboy: >-
rust:p
mold:p
pacboy: rust:p
- name: hack rustup
run: |
rustup toolchain link msys2 D:\M\msys64\${{ matrix.prefix }}
Expand All @@ -66,10 +64,10 @@ jobs:
msys2 -c 'pacman --noconfirm -Suu'
- name: build
shell: msys2 {0}
run: mold -run cargo b -v
run: cargo b -v
- name: clippy
shell: msys2 {0}
run: mold -run cargo clippy -- -D warnings
run: cargo clippy -- -D warnings
- name: test
shell: msys2 {0}
run: mold -run cargo t -v
run: cargo t -v

0 comments on commit e165a59

Please sign in to comment.