uses: fennecdjay/gwion-action@v1
with:
dir: .
- ref: ${{ github.ref }}
+ ref: ${{ github.event.ref }}
run: 'true'
env:
USE_COVERAGE: 1
- name: Build Gwion
uses: fennecdjay/gwion-action@v1
with:
- ref: ${{ github.ref }}
+ ref: ${{ github.event.ref }}
run: true
env:
CC: ${{ matrix.cc }}
- name: Build Gwion
uses: fennecdjay/gwion-action@v1
with:
- ref: ${{ github.ref }}
+ ref: ${{ github.event.ref }}
run: true
env:
CC: ${{ matrix.cc }}
- name: Build Gwion
uses: fennecdjay/gwion-action@v1
with:
- ref: ${{ github.ref }}
+ ref: ${{ github.event.ref }}
run: true
env:
CC: gcc