We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6df52 commit 8c2e35fCopy full SHA for 8c2e35f
.github/workflows/wiiiikiiii.yml
@@ -24,9 +24,11 @@ jobs:
24
# Build job
25
build:
26
runs-on: ubuntu-latest
27
- container: nimlang/nim
28
steps:
29
- uses: actions/checkout@v4
+ - name: Install requirements
30
+ run:
31
+ sudo apt install libpcre
32
- name: Install wiki engine
33
run:
34
wget https://github.com/poggingfish/poggingfish.github.io/releases/download/wiki/wiiiikiiii && chmod +x wiiiikiiii
0 commit comments