ci: upgrade build-env image to erl23.3.4.18-1

This commit is contained in:
Zaiming (Stone) Shi 2022-11-27 17:33:32 +01:00
parent ad024871e1
commit 8b37baad3a
1 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
otp:
- erl23.3.4.9-3
- erl23.3.4.18-1
os:
- ubuntu20.04
- centos7
@ -31,9 +31,7 @@ jobs:
steps:
- uses: AutoModality/action-clean@v1
# keep using v1 for now as the otp-23 image has an old version git
# TODO: change to v3 after OTP is upgraded to 23.3.4.18-1
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 0 # clone full git history
- name: fix-git-unsafe-repository