Skip to content

Commit

Permalink
try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Jan 20, 2022
1 parent 027a1c4 commit a47530f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Prereqs
run: apt-get install libhdf5-dev g++ cmake libgdal-dev gdal-bin
run: sudo apt-get install libhdf5-dev g++ cmake libgdal-dev gdal-bin
- name: Cmake
run: |
mkdir build
Expand All @@ -23,7 +23,7 @@ jobs:
- name: make
run: make
- name: make install
run: make install
run: sudo make install
- name: make test
run: make test
- name: check gdal
Expand Down

0 comments on commit a47530f

Please sign in to comment.