Skip to content

Commit 9e35293

Browse files
committed
CI - Specify Elixir as a dependency for Linux/Windows CI servers
1 parent bc980f2 commit 9e35293

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,19 @@ jobs:
8080
cached: ${{ steps.cache-qt2.outputs.cache-hit }}
8181

8282
# Install Elixir on Ubuntu
83+
- name: Linux Elixir
8384
- uses: erlef/setup-beam@v1
8485
with:
85-
otp-version: 24
86+
otp-version: '24'
87+
elixir-version: '1.12'
8688
if: matrix.os == 'ubuntu-latest'
8789

8890
# Install Elixir on Windows
91+
- name: Win Elixir
8992
- uses: erlef/setup-beam@v1
9093
with:
9194
otp-version: '24'
95+
elixir-version: '1.12'
9296
if: matrix.os == 'windows-latest'
9397

9498
# Install Elixir on MacOS

0 commit comments

Comments
 (0)