Skip to content

Commit

Permalink
Use proper erlang version for benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Feb 5, 2024
1 parent e3476e0 commit 10e9bb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- run: |
wget -q https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_21.3.8.17-1~ubuntu~bionic_amd64.deb
sudo apt install --allow-downgrades ./esl-erlang_21.3.8.17-1~ubuntu~bionic_amd64.deb || true
sudo apt --fix-broken install
wget -q https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_24.3.3-1~ubuntu~focal_amd64.deb
sudo apt install --allow-downgrades ./esl-erlang_24.3.3-1~ubuntu~focal_amd64.deb || true
- run: npm config set fund false
- run: make benchmark-tests

0 comments on commit 10e9bb9

Please sign in to comment.