Skip to content

Commit

Permalink
Fix bug in workflow and switch to danoli freeimage
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNamenlos123 committed Apr 7, 2024
1 parent 87740b5 commit 01af99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
[ -f packages/$PACKAGE/requirements.txt ] && python3 -m pip install -r packages/$PACKAGE/requirements.txt || true
- uses: egor-tensin/setup-mingw@v2
if: matrix.cfg.COMPILER_ID == 'mingw64'
if: contains(matrix.cfg.triple, '-mingw64')
with:
static: 0
platform: x64
Expand Down
2 changes: 1 addition & 1 deletion packages/freeimage/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Builder(LibraryBuilder):

def source(self):
# self.source_git_repo("https://github.com/danoli3/FreeImage.git", "test3.19.0")
self.source_git_repo("https://github.com/HerrNamenlos123/danoli3-FreeImage.git", "master")
self.source_git_repo("https://github.com/danoli3/FreeImage.git", "master")

def build(self):
self.build_generic_cmake_project()
Expand Down

0 comments on commit 01af99d

Please sign in to comment.