Skip to content

Commit 8c2e35f

Browse files
committed
Install libpcre
1 parent 1d6df52 commit 8c2e35f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wiiiikiiii.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
# Build job
2525
build:
2626
runs-on: ubuntu-latest
27-
container: nimlang/nim
2827
steps:
2928
- uses: actions/checkout@v4
29+
- name: Install requirements
30+
run:
31+
sudo apt install libpcre
3032
- name: Install wiki engine
3133
run:
3234
wget https://github.com/poggingfish/poggingfish.github.io/releases/download/wiki/wiiiikiiii && chmod +x wiiiikiiii

0 commit comments

Comments
 (0)