Skip to content

Commit

Permalink
ci(msys2,auto): remove default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 23, 2024
1 parent 92063cd commit a43618c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/msys2-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- { icon: '🟨', sys: ucrt64 }
- { icon: '🟧', sys: clang64 }
name: ${{ matrix.icon }} msys2-${{ matrix.sys }}
defaults:
run:
shell: msys2 {0}
steps:
- name: Get
uses: actions/[email protected]
Expand All @@ -54,14 +51,12 @@ jobs:
shell: msys2 {0}
run: |
./autogen.sh
mkdir "$GITHUB_WORKSPACE/build"
cd "$GITHUB_WORKSPACE/build"
LDFLAGS="-lws2_32" $GITHUB_WORKSPACE/configure
./configure LDFLAGS="-lws2_32"
- name: Build
shell: msys2 {0}
run: |
make -j
working-directory: $GITHUB_WORKSPACE/build
make
# - name: Test
# run: |
Expand Down

0 comments on commit a43618c

Please sign in to comment.