heic2jpg

git clone git://archive.git.mtrnord.blog/MTRNord/heic2jpg.git
Log | Files | Refs | README | LICENSE

commit 4562b91eb7d84d0e29d8347267e7a58ec9c7c82e
parent 0eb1e8aed7d3b8235197990b075af516f00863c6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 10 Nov 2024 19:37:09 +0100

Use maintained github action for rust

Diffstat:
M.github/workflows/ci.yml | 18++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -11,11 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@stable with: - profile: minimal toolchain: stable - override: true components: rustfmt - name: Create blank versions of configured file run: echo -e "" >> src/config.rs @@ -29,10 +27,10 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: - - uses: actions/checkout@v4 - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 - with: - bundle: heic2jpg.flatpak - manifest-path: build-aux/dev.nordgedanken.heic2jpg.Devel.json - run-tests: true - cache-key: flatpak-builder-${{ github.sha }} + - uses: actions/checkout@v4 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 + with: + bundle: heic2jpg.flatpak + manifest-path: build-aux/dev.nordgedanken.heic2jpg.Devel.json + run-tests: true + cache-key: flatpak-builder-${{ github.sha }}