From 6f15a2d9d8e806779596056af4d5afc47e4a8b62 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 4 Feb 2023 15:14:44 +0800 Subject: [PATCH] test github actions --- .github/workflows/pake_build_with_cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index f028449..7cf50aa 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -147,7 +147,7 @@ jobs: apt-get update && apt-get install -y gnupg2 && apt-get install curl -y curl -fsSL https://deb.nodesource.com/setup_18.x | bash - apt-get install -y nodejs - apt-get install - y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra + apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh corepack enable run: |