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 29f3f00 commit 7debbe2Copy full SHA for 7debbe2
.github/workflows/test.yml
@@ -25,6 +25,10 @@ jobs:
25
with:
26
nim-version: ${{ matrix.nim-version }}
27
repo-token: ${{ secrets.GITHUB_TOKEN }}
28
+ - name: Install libevent
29
+ run: |
30
+ sudo apt-get update
31
+ sudo apt-get install -y libevent-dev
32
- run: nimble install -Y
- - run: nim c -r src/${{ github.event.repository.name }}.nim
33
+ - run: nim c -r src/libevent.nim
34
- run: nimble test
0 commit comments