Skip to content

Commit

Permalink
add back cd
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 31, 2025
1 parent 9c1da33 commit a7bfa1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msys-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MSYS2 Setup
on:
push:
branches:
- win
- master
paths:
- .github/workflows/msys-test.yml

Expand Down Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Configure
shell: msys2 {0}
run: |
cd gmp-${GMP_VERSION}
./configure --enable-shared --disable-static --enable-cxx --disable-fat
- name: Make
Expand Down

0 comments on commit a7bfa1a

Please sign in to comment.