Skip to content

Commit

Permalink
Use apt-get instead of apt in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thus committed Dec 26, 2023
1 parent 4ce7016 commit 2ca7fc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:

- name: Install dependencies
run: |
apt update
apt install -y --no-install-recommends clang build-essential cmake \
libyaml-dev libcmocka-dev
apt-get update
apt-get install -y --no-install-recommends clang build-essential \
cmake libyaml-dev libcmocka-dev
- name: Run CMake
run: |
Expand Down

0 comments on commit 2ca7fc0

Please sign in to comment.