summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-01-27 18:19:02 -0800
committerGarrett D'Amore <garrett@damore.org>2024-01-27 18:19:02 -0800
commita3cb9efc9563019518493dd4b3bfdb1f57acd943 (patch)
tree231b71c7035c69d3432a9bad0244bc62d9f4bd54 /.github
parent34405b18fd817a4bbbeeb140474a2e25a81738f2 (diff)
downloadnng-a3cb9efc9563019518493dd4b3bfdb1f57acd943.tar.gz
nng-a3cb9efc9563019518493dd4b3bfdb1f57acd943.tar.bz2
nng-a3cb9efc9563019518493dd4b3bfdb1f57acd943.zip
Stop using defunct mstksg/get-package
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sanitizer.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml
index 120f807d..e0d9c579 100644
--- a/.github/workflows/sanitizer.yml
+++ b/.github/workflows/sanitizer.yml
@@ -15,10 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- - uses: mstksg/get-package@v1
- with:
- apt-get: ninja-build libmbedtls-dev
- brew: ninja mbedtls
+ - name: Install mbedTLS
+ run: sudo apt-get install libmbedtls-dev
+
+ - name: Install ninja
+ run: sudo apt-get install ninja-build
- name: Configure
run: |
@@ -32,4 +33,4 @@ jobs:
- name: Test
run: |
cd build
- ninja test \ No newline at end of file
+ ninja test