Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 24, 2024
1 parent c1fe850 commit a5a218c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config
run: sudo apt-get update && sudo apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config libcurl4-openssl-dev libevent-dev
- uses: actions/download-artifact@v4
- run: chmod +x bin/*
- run: make src/version.nit
- name: Run tests
run: cd tests && make
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config
- uses: actions/download-artifact@v4
- run: chmod +x bin/*
- run: make test-contrib
- run: 'PATH=$PWD/bin:$PATH make test-contrib'

bootstrap-full:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a5a218c

Please sign in to comment.