Skip to content

Commit

Permalink
Fix continuous.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xDarkLemon committed Feb 17, 2024
1 parent d5f4e61 commit 4f44a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4f44a25

Please sign in to comment.