Update CImg to v.3.3.4
This commit is contained in:
parent
e5787c0288
commit
a18c4e62c6
2 changed files with 1011 additions and 802 deletions
4
.github/workflows/cimg.yml
vendored
4
.github/workflows/cimg.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
name: Update CImg.h
|
name: Update CImg.h
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: check-version
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
name: Checkout this repository
|
name: Checkout this repository
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
location: 'src'
|
location: 'src'
|
||||||
- name: Commit new CImg version (and update script)
|
- name: Commit new CImg version (and update script)
|
||||||
run: |
|
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.name 'GitHub Actions'
|
||||||
git config user.email 'actions@github.com'
|
git config user.email 'actions@github.com'
|
||||||
git commit -am "Update CImg to ${{ needs.check-version.outputs.latest-tag }}"
|
git commit -am "Update CImg to ${{ needs.check-version.outputs.latest-tag }}"
|
||||||
|
|
1809
src/CImg.h
1809
src/CImg.h
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue