Skip to content

Commit

Permalink
Run apt with sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 18, 2024
1 parent 6e60747 commit b3a3e40
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: |
apt update
apt install -y libboost-test-dev libtorch-dev --no-install-recommends
sudo apt update
sudo apt 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 b3a3e40

Please sign in to comment.