Skip to content

Commit

Permalink
Wf (#239)
Browse files Browse the repository at this point in the history
* wf

* wf

* wf
  • Loading branch information
Zemurin authored Jan 28, 2025
1 parent 59828db commit 0343c77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build_linux_foreign:
name: Build Linux foreign
if: github.repository_owner != 'ParadoxGameConverters'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,8 @@ jobs:
libwxgtk3.2unofficial-dev \
wx3.2-headers \
wx-common \
libnotify-dev libnotify4 libcurl4-openssl-dev
libnotify-dev libnotify4 libcurl4-openssl-dev \
ninja-build
- name: "Link gcc-11 and g++-11 to their standard commands"
run: |
Expand Down

0 comments on commit 0343c77

Please sign in to comment.