ci: wrong revision

This commit is contained in:
Boris Faure 2020-09-23 23:52:33 +02:00
parent 6e33cbd77e
commit 69458e97af
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
key: checkout-{{ .Environment.CIRCLE_SHA1 }} key: checkout-{{ .Environment.CIRCLE_SHA1 }}
- run: - run:
name: Install EFL name: Install EFL
command: apk add /pkg/efl-1.24.3-r2.apk /pkg/efl-dev-1.24.3-r2.apk command: apk add /pkg/efl-1.24.3-r0.apk /pkg/efl-dev-1.24.3-r0.apk
- run: - run:
name: Compile with GCC name: Compile with GCC
command: | command: |