Skip to content

Commit 5089044

Browse files
committed
precompile.yml
1 parent a91fe3f commit 5089044

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/precompile.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
MIX_ENV: "prod"
16+
OTP_VERSION: ${{ matrix.otp }}
17+
ELIXIR_VERSION: ${{ matrix.elixir }}
18+
ImageOS: ${{ matrix.os }}
1619

1720
name: Precompile for Elixir ${{ matrix.elixir }}, OTP ${{ matrix.otp }}, OS ${{ matrix.os }}
1821
strategy:
@@ -24,10 +27,6 @@ jobs:
2427
exclude:
2528
- os: "windows-2019"
2629
otp: "23"
27-
env:
28-
OTP_VERSION: ${{ matrix.otp }}
29-
ELIXIR_VERSION: ${{ matrix.elixir }}
30-
ImageOS: ${{ matrix.os }}
3130
steps:
3231
- uses: actions/checkout@v3
3332
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)