Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jun 11, 2024
1 parent d853207 commit 7a6b27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
etc/usr/publish/**
build-on-ubuntu:
name: Build On Ubuntu
runs-on: ubuntu-latest # for libaria2-0 available
runs-on: ubuntu-24.04 # for libquazip1-qt5 available
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
export RAW_VERSION=$(grep -o '".*"' src/version.h | sed 's/"//g')
export VERSION=$RAW_VERSION-build.$GITHUB_RUN_NUMBER
setx PKG_CONFIG_PATH='C:/msys64/mingw64/lib/pkgconfig'
setx PKG_CONFIG_PATH 'C:/msys64/mingw64/lib/pkgconfig'
setx PATH "%PATH%;C:/msys64/mingw64/bin"
echo "RAW_VERSION=${RAW_VERSION}" >> $GITHUB_ENV
echo "VERSION=${VERSION}" >> $GITHUB_ENV
Expand Down

0 comments on commit 7a6b27e

Please sign in to comment.