fix: update test workflow
All checks were successful
Run tests / test-project (push) Successful in 1m18s
All checks were successful
Run tests / test-project (push) Successful in 1m18s
This commit is contained in:
@@ -4,14 +4,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-project:
|
test-project:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Fix crypto module
|
|
||||||
run: |
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install libssl1.1
|
|
||||||
- name: Install elixir
|
- name: Install elixir
|
||||||
uses: erlef/setup-beam@v1
|
uses: erlef/setup-beam@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user