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:
|
||||
test-project:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Fix crypto module
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libssl1.1
|
||||
- name: Install elixir
|
||||
uses: erlef/setup-beam@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user