From de4edba380a3a28d54f46a840e33b75bf965e6bb Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 2 Apr 2023 17:34:25 +0200 Subject: [PATCH] fix typo in linux_gui.yml (#946) --- .github/workflows/linux_gui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_gui.yml b/.github/workflows/linux_gui.yml index 8ca0e78..bbb55e8 100644 --- a/.github/workflows/linux_gui.yml +++ b/.github/workflows/linux_gui.yml @@ -86,7 +86,7 @@ jobs: CARGO_INCREMENTAL: 0 RUSTFLAGS: "-C debuginfo=0" - - name: Download appimage dependiences + - name: Download appimage dependencies run: | pwd wget -c "https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh" @@ -142,4 +142,4 @@ jobs: run: xvfb-run cargo test env: CARGO_INCREMENTAL: 0 - RUSTFLAGS: "-C debuginfo=0" \ No newline at end of file + RUSTFLAGS: "-C debuginfo=0"