From c12991e6fa97630343dde4582a6f901933721f73 Mon Sep 17 00:00:00 2001 From: Johann Woelper Date: Tue, 27 Feb 2024 16:00:52 +0100 Subject: [PATCH] update netbsd ci --- .github/workflows/check_netbsd_minimal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_netbsd_minimal.yml b/.github/workflows/check_netbsd_minimal.yml index b490360..b7a386c 100644 --- a/.github/workflows/check_netbsd_minimal.yml +++ b/.github/workflows/check_netbsd_minimal.yml @@ -15,7 +15,7 @@ jobs: usesh: true copyback: false prepare: | - /usr/sbin/pkg_add curl pkg-config cmake openssl libX11 fontconfig freetype2 gdk-pixbuf2 cairo pango atk glib2 libXrender libxcb nasm perl + /usr/sbin/pkg_add curl pkg-config cmake openssl libX11 fontconfig freetype2 gdk-pixbuf2 cairo pango atk glib2 libXrender libxcb nasm perl git curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal run: | PATH=$HOME/.cargo/bin:$PATH