Skip to content

Commit

Permalink
Stop using defunct mstksg/get-package
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jan 28, 2024
1 parent 34405b1 commit a3cb9ef
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -32,4 +33,4 @@ jobs:
- name: Test
run: |
cd build
ninja test
ninja test

0 comments on commit a3cb9ef

Please sign in to comment.