Skip to content

Commit b1b6bf4

Browse files
committed
Fix
1 parent 3b0f942 commit b1b6bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Compile extension
5858
run: bundle exec rake compile
5959
- name: Diagnose DLLs (mingw on windows-latest)
60-
if: matrix.os == 'windows-latest' && matrix.ruby == 'mingw'
60+
if: matrix.os == 'windows-latest'
6161
shell: msys2 {0} # Use MSYS2 shell for objdump and consistent PATH
6262
run: |
6363
echo "--- Ruby Version --- "
@@ -86,7 +86,7 @@ jobs:
8686
# Prepare for artifact upload by copying to a predictable name
8787
cp "$SO_PATH" ./date_core.so.diagnostic
8888
- name: Upload diagnostic .so (mingw on windows-latest)
89-
if: matrix.os == 'windows-latest' && matrix.ruby == 'mingw'
89+
if: matrix.os == 'windows-latest'
9090
uses: actions/upload-artifact@v4
9191
with:
9292
name: date_core_mingw_ucrt_${{ matrix.ruby }}.so

0 commit comments

Comments
 (0)