Skip to content

Commit

Permalink
fix: integration-test libpcre error
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jan 18, 2025
1 parent 7932937 commit 8c1e1c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: build takajo
run: |
sudo apt update
sudo apt install libpcre3 libpcre3-dev
cd takajo
nimble update
nimble build -d:release --threads:on
Expand Down

0 comments on commit 8c1e1c6

Please sign in to comment.