summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Curtis <psi29a@gmail.com>2021-10-15 23:49:06 +0200
committerGitHub <noreply@github.com>2021-10-15 23:49:06 +0200
commit591e8868ca8fd5640acf6c3260619579fc2ca3aa (patch)
tree5a5b9e0b07d2ecf8be7819a123a5a44e6a662be7
parent75046dcaaaea29ae92dbfec401bbd2e71576945d (diff)
Update cmake.ymlmacos-build
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index d27dca50ee..1ce10fa6cd 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Building Dependancies
- run: sudo CI/before_install.osx.sh
+ run: CI/before_install.osx.sh
- name: Prime ccache
uses: hendrikmuhs/ccache-action@v1