We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0f942 commit b1b6bf4Copy full SHA for b1b6bf4
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Compile extension
58
run: bundle exec rake compile
59
- name: Diagnose DLLs (mingw on windows-latest)
60
- if: matrix.os == 'windows-latest' && matrix.ruby == 'mingw'
+ if: matrix.os == 'windows-latest'
61
shell: msys2 {0} # Use MSYS2 shell for objdump and consistent PATH
62
run: |
63
echo "--- Ruby Version --- "
@@ -86,7 +86,7 @@ jobs:
86
# Prepare for artifact upload by copying to a predictable name
87
cp "$SO_PATH" ./date_core.so.diagnostic
88
- name: Upload diagnostic .so (mingw on windows-latest)
89
90
uses: actions/upload-artifact@v4
91
with:
92
name: date_core_mingw_ucrt_${{ matrix.ruby }}.so
0 commit comments