Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Jun 11, 2024
1 parent 931f8c5 commit 0092817
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/stable-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
export DEBIAN_FRONTEND="noninteractive"
apt-get update
apt-get install -yqq --no-install-recommends --no-install-suggests \
ca-certificates build-essential cmake ninja-build git
ca-certificates build-essential cmake ninja-build git \
curl
- name: Clone Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion shared/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ anitya_id = 4779
[freeimage]
comment = 3.18.0, only needed for lmu2png tool
version = d82954e4adcb6c1b223bd3cb2e953b6bbf54dfcd
url = "https://github.com/carstene1ns/freeimage-easyrpg/commit/{version}.zip"
url = "https://github.com/carstene1ns/freeimage-easyrpg/archive/${version}.zip"
anitya_id = 10655
2 changes: 1 addition & 1 deletion shared/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ SDL2_URL="https://libsdl.org/release/SDL2-2.30.1.tar.gz"
SDL2_DIR="SDL2-2.30.1"

# 3.18.0, only needed for lmu2png tool
FREEIMAGE_URL="https://github.com/carstene1ns/freeimage-easyrpg/commit/{version}.zip"
FREEIMAGE_URL="https://github.com/carstene1ns/freeimage-easyrpg/archive/d82954e4adcb6c1b223bd3cb2e953b6bbf54dfcd.zip"
FREEIMAGE_DIR="freeimage-d82954e4adcb6c1b223bd3cb2e953b6bbf54dfcd"

0 comments on commit 0092817

Please sign in to comment.