Skip to content

Commit

Permalink
ci: build safeclib
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpada authored and mbmcmullen27 committed Feb 4, 2024
1 parent 04f18a4 commit 1dbd225
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends automake libtool autoconf
- name: Install safeclib
run: sudo ./chapter-11/install-safeclib.sh
- name: configure
run: ./configure
- name: make
Expand Down

0 comments on commit 1dbd225

Please sign in to comment.