aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 11:15:08 +0200
committerSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 11:15:08 +0200
commit0587f1ef1972c6b90a2e9c1dede5aaf794895b32 (patch)
tree1b785459dbe3c3567e2d274110988d8856fa2b92 /.github/workflows
parentfafdcc183ae028270bcad01fe9fdf7367f5dcc8c (diff)
Don't clone QApng in the CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8cffa153..7016f358 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -60,18 +60,6 @@ jobs:
-DCMAKE_BUILD_TYPE=Release
-S ${{ github.workspace }}
- - name: Clone QtApng
- uses: actions/checkout@master
- with:
- repository: jurplel/QtApng
- path: "QtApng"
-
- - name: Build and deploy QtApng
- run: |
- cd QtApng
- cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
- nmake
-
- name: Install Windows Discord RPC
shell: bash
run: |
@@ -131,21 +119,6 @@ jobs:
sudo apt-get upgrade
sudo apt-get install qtbase5-dev libqt5websockets5-dev qttools5-dev qt5-image-formats-plugins
- - name: Clone QtApng
- uses: actions/checkout@master
- with:
- repository: Skycoder42/QtApng
- path: "QtApng"
-
- - name: Build and deploy QtApng
- run: |
- cd QtApng/src/3rdparty
- chmod +x get_libs.sh
- ./get_libs.sh 1.3.1 1.6.40
- cd ../..
- qmake CONFIG+=install_ok QMAKE_CXXFLAGS+="-fno-sized-deallocation"
- make
-
- name: Install Linux Discord RPC
run: |
curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-linux.zip -o discord_rpc.zip