Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Sep 12, 2023
1 parent f916758 commit 99ab780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
OTP_VER: 25.2.3
BUILD_OS_VER: bullseye-20230202-slim
PROD_OS_VER: bullseye-slim
BASE_OS="debian"
BASE_OS: "debian"
# Variant if test matrix is not used
VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ matrix.build_os_ver }}
# Variant that is deployed
Expand Down

0 comments on commit 99ab780

Please sign in to comment.