From 4f44a256042ff8d4d48c0436346299e535953765 Mon Sep 17 00:00:00 2001 From: xDarkLemon Date: Sat, 17 Feb 2024 18:07:00 -0500 Subject: [PATCH] Fix continuous.yml --- .github/workflows/continuous.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 69e4128..9f3d177 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -36,8 +36,8 @@ jobs: - name: Dependencies (Linux) if: runner.os == 'Linux' run: | - sudo apt update - sudo apt -o Acquire::Retries=3 install \ + sudo apt-get update + sudo apt-get -o Acquire::Retries=3 install \ libblas-dev \ libglu1-mesa-dev \ xorg-dev \