From 959913a44b98f5c669ae2c7bb4ba65a765542611 Mon Sep 17 00:00:00 2001 From: Alexandre Trendel Date: Fri, 24 Feb 2023 15:49:06 -0500 Subject: [PATCH] quickfix? --- .github/workflows/spot-snapshots.yml | 2 +- build-aux/clippy.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spot-snapshots.yml b/.github/workflows/spot-snapshots.yml index 46899bfb..d3cc56de 100644 --- a/.github/workflows/spot-snapshots.yml +++ b/.github/workflows/spot-snapshots.yml @@ -12,7 +12,7 @@ jobs: name: "Flatpak Builder" runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-40 + image: bilelmoussaoui/flatpak-github-actions:gnome-42 options: --privileged steps: - uses: actions/checkout@v2 diff --git a/build-aux/clippy.sh b/build-aux/clippy.sh index 1c073db9..286599b0 100644 --- a/build-aux/clippy.sh +++ b/build-aux/clippy.sh @@ -11,4 +11,5 @@ fi cargo clippy --manifest-path "$SRC"/Cargo.toml -- -D warnings \ -A clippy::module_inception \ -A clippy::new_without_default \ --A clippy::enum-variant-names +-A clippy::enum-variant-names \ +-A clippy::uninlined_format_args #tmp