Kaynağa Gözat
use actions/checkout version 2 in main github action
pull/2269/head
Tristan Sloughter
5 yıl önce
ebeveyn
işleme
10bd7fbd23
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: AAB97DDECCEB8150
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
.github/workflows/main.yml
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
image: erlang:${{ matrix.otp_version }} |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Compile |
|
|
|
run: ./bootstrap |
|
|
|
- name: CT tests |
|
|
|