diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-26 20:58:59 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | f9700bf6eba4681ff447cf3c2182bc21534cbb9d (patch) | |
| tree | 8b4817aae81ed4e6ab525f1169b220ed07ab37ac | |
| parent | 0a1dc4a234600e71dec963b6a2f040867c693735 (diff) | |
Remove sudo
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b86b6c21..f7080e81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: tar xvf catch2.tar.gz cd Catch2-2.13.4 cmake -Bbuild -H. -DBUILD_TESTING=OFF - sudo cmake --build build/ --target install + cmake --build build/ --target install - name: Download BASS run: | |
