Skip to content

Commit

Permalink
Use apt-get instead of apt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 18, 2024
1 parent b3a3e40 commit a2b03c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Install third-party libraries
run: |
sudo apt update
sudo apt install -y libboost-test-dev libtorch-dev --no-install-recommends
sudo apt-get update
sudo apt-get install -y libboost-test-dev libtorch-dev --no-install-recommends
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build
Expand Down

0 comments on commit a2b03c5

Please sign in to comment.