Selaa lähdekoodia
use actions/checkout version 2 in main github action
pull/2269/head
Tristan Sloughter
5 vuotta sitten
vanhempi
commit
10bd7fbd23
No known key found for this signature in database
GPG Key ID: AAB97DDECCEB8150
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
.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 |
|
|
|