Update CImg to v.3.3.4

This commit is contained in:
GitHub Actions 2024-03-03 00:27:09 +00:00
parent e5787c0288
commit a18c4e62c6
2 changed files with 1011 additions and 802 deletions

View file

@ -23,7 +23,7 @@ jobs:
name: Update CImg.h
runs-on: ubuntu-latest
needs: check-version
if: ${{ needs.check-version.outputs.latest-tag != 'v.3.3.3' }}
if: ${{ needs.check-version.outputs.latest-tag != 'v.3.3.4' }}
steps:
- uses: actions/checkout@v4
name: Checkout this repository
@ -36,7 +36,7 @@ jobs:
location: 'src'
- name: Commit new CImg version (and update script)
run: |
sed -i 's/v.3.3.3/${{ needs.check-version.outputs.latest-tag }}/' .github/workflows/cimg.yml
sed -i 's/v.3.3.4/${{ needs.check-version.outputs.latest-tag }}/' .github/workflows/cimg.yml
git config user.name 'GitHub Actions'
git config user.email 'actions@github.com'
git commit -am "Update CImg to ${{ needs.check-version.outputs.latest-tag }}"

1793
src/CImg.h

File diff suppressed because it is too large Load diff