Overview
Comment: | GitHub Actions: Fix MinGW with GCC on Fedora |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d14ff4a3bd16132d9fddb4ddb4a89733 |
User & Date: | js on 2024-11-03 16:17:37 |
Other Links: | manifest | tags |
Context
2024-11-03
| ||
16:44 | Fix compiling for Wii for real check-in: 4f02a0bfcc user: js tags: trunk | |
16:17 | GitHub Actions: Fix MinGW with GCC on Fedora check-in: d14ff4a3bd user: js tags: trunk | |
16:01 | Fix compiling for Wii check-in: 1f4f5e1e3c user: js tags: trunk | |
Changes
Modified .github/workflows/fedora-mingw-gcc.yml from [728a76cbc5] to [4ba849b6d9].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | - prefix: ucrt64 triple: x86_64-w64-mingw32ucrt container: fedora steps: - name: Install dependencies run: | sudo dnf upgrade --refresh -y |
︙ |