Skip to content

Commit

Permalink
install rust with pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopedraza committed Jan 24, 2025
1 parent c38e93e commit 0f73a2c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,20 @@ jobs:
toolchain: stable
target: x86_64-pc-windows-gnu

- name: Run tests
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
rust
diffutils
m4
make
mingw-w64-x86_64-gcc
- shell: msys2 {0}
run:
cd core && make test
- name: Run tests
shell: msys2 {0}
run: cd core && make test

format:
name: format
Expand Down

0 comments on commit 0f73a2c

Please sign in to comment.