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"