Skip to content

Commit

Permalink
🚧 CI: fix checks 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 10, 2024
1 parent 989db84 commit 9d8bec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: install deps
run: |
apt-get update
apt-get upgrade -y
apt-get install -y curl
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y curl
shell: bash

- name: Configure CMake
Expand Down

0 comments on commit 9d8bec5

Please sign in to comment.