ObjFW  Check-in [c418c97bdd]

Overview
Comment:GitHub Actions: Use fedora, not fedora:41

Just fedora should be 40 right now, which has everything we need now.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c418c97bddcde2aa0b2b889488050059b7b766ea4518dda265cfb6fe4a453091
User & Date: js on 2024-06-09 11:56:00
Other Links: manifest | tags
Context
2024-06-09
12:39
Try all profiles in game controller tests check-in: 2431754f9f user: js tags: trunk
12:19
GitHub Actions: Use fedora, not fedora:41 check-in: 89e3d895df user: js tags: 1.1
11:56
GitHub Actions: Use fedora, not fedora:41 check-in: c418c97bdd user: js tags: trunk
11:51
Several fixes for the last commit check-in: fc2b668c57 user: js tags: trunk
Changes

Modified .github/workflows/fedora-mingw.yml from [9e238dad53] to [b651262de0].

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
        include:
          - prefix: mingw32
            triple: i686-w64-mingw32
          - prefix: mingw64
            triple: x86_64-w64-mingw32
          - prefix: ucrt64
            triple: x86_64-w64-mingw32ucrt
    container: fedora:41
    steps:
    - name: Install dependencies
      run: |
        sudo dnf upgrade --refresh -y
        sudo dnf install -y ${{matrix.prefix}}-gcc ${{matrix.prefix}}-openssl clang autoconf automake make wine
    - uses: actions/checkout@v4
    - name: autogen.sh







|







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
        include:
          - prefix: mingw32
            triple: i686-w64-mingw32
          - prefix: mingw64
            triple: x86_64-w64-mingw32
          - prefix: ucrt64
            triple: x86_64-w64-mingw32ucrt
    container: fedora
    steps:
    - name: Install dependencies
      run: |
        sudo dnf upgrade --refresh -y
        sudo dnf install -y ${{matrix.prefix}}-gcc ${{matrix.prefix}}-openssl clang autoconf automake make wine
    - uses: actions/checkout@v4
    - name: autogen.sh