Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Dec 17, 2024
1 parent 9850356 commit c3fdab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: bin

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
run: apt update && apt install -y build-essential

- name: Run tests
run: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
uses: actions/checkout@v4

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
run: apt update && apt install -y build-essential

- name: Run tests
run: |
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
path: bin

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
run: apt update && apt install -y build-essential

- name: Run tests
run: |
Expand Down

0 comments on commit c3fdab9

Please sign in to comment.