Skip to content

Commit

Permalink
[#167] Use apt-get in CI;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 30, 2023
1 parent b6247ae commit c147f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt install -y \
run: sudo apt-get install -y \
autoconf \
cmake \
g++-multilib \
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt install -y \
run: sudo apt-get install -y \
autoconf \
cmake \
g++-multilib \
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt install -y \
run: sudo apt-get install -y \
autoconf \
cmake \
g++-multilib \
Expand Down

0 comments on commit c147f6a

Please sign in to comment.