diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-06 01:31:34 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | cf0a18a51376a49eb6c08aefc14fcf6ba5e2edd1 (patch) | |
| tree | dde5f13dcfcf6766f58c59319cd196f78c7a4447 /.github | |
| parent | 7b7da4e391ef72e3b35a0df417a558979fe9636c (diff) | |
Check if this is not required now
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 48451ab0..8cf17992 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,17 +30,14 @@ jobs: curl http://www.un4seen.com/files/bass24-linux.zip -o bass_linux.zip curl http://www.un4seen.com/files/bassopus24-linux.zip -o bassopus_linux.zip curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-linux.zip -o discord_rpc_linux.zip - curl -L https://github.com/Skycoder42/QtApng/releases/download/1.1.0-5/build_gcc_64_5.12.0.tar.xz -o apng.tar.xz # Extract unzip bass_linux.zip unzip bassopus_linux.zip unzip discord_rpc_linux.zip - tar -xvf apng.tar.xz # Copy cp x64/libbass.so lib cp x64/libbassopus.so lib cp discord-rpc/linux-dynamic/lib/libdiscord-rpc.so lib - cp gcc_64/plugins/imageformats/libqapng.so lib - name: Install Qt5 run: sudo apt update -y && sudo apt install -y qt5-default |
