Skip to content

Commit

Permalink
Update GH action to use Fedora 41 as well
Browse files Browse the repository at this point in the history
- Also skip weak dependencies there
  • Loading branch information
maweil committed Dec 3, 2024
1 parent d5a545a commit 447fddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:40
container: registry.fedoraproject.org/fedora:41
steps:
- name: Install Dependencies
run: dnf install -y -q mingw64-gcc make wget tar
run: dnf install --setopt=install_weak_deps=False -y -q mingw64-gcc make wget tar

- uses: actions/checkout@v4

Expand Down

0 comments on commit 447fddb

Please sign in to comment.