mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Add ImageOS env
This commit is contained in:
parent
8875019e2d
commit
4958ca823b
8
.github/workflows/elixir.yml
vendored
8
.github/workflows/elixir.yml
vendored
@ -8,6 +8,10 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
MIX_ENV: test
|
||||
ImageOS: ubuntu20
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -20,8 +24,8 @@ jobs:
|
||||
- name: Set up Elixir
|
||||
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
|
||||
with:
|
||||
elixir-version: '1.14.1' # Define the elixir version [required]
|
||||
otp-version: '24' # Define the OTP version [required]
|
||||
elixir-version: '1.14.1'
|
||||
otp-version: '24'
|
||||
- name: Restore dependencies cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user