Skip to content

Commit

Permalink
Revert "Revert "ci: build safeclib""
Browse files Browse the repository at this point in the history
This reverts commit c4c31f4.
  • Loading branch information
mbmcmullen27 committed Feb 4, 2024
1 parent d718579 commit abe6bbf
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 abe6bbf

Please sign in to comment.