ci: uncomment another step
This commit is contained in:
parent
5511f5171d
commit
ce8b4586cd
|
@ -60,8 +60,8 @@ jobs:
|
||||||
- name: Install SymbiFlow toolchain
|
- name: Install SymbiFlow toolchain
|
||||||
run: bash .github/scripts/install-toolchain.sh ${{matrix.fpga-fam}} ${{matrix.os}}
|
run: bash .github/scripts/install-toolchain.sh ${{matrix.fpga-fam}} ${{matrix.os}}
|
||||||
|
|
||||||
#- name: Build examples
|
- name: Build examples
|
||||||
# run: bash .github/scripts/build-examples.sh ${{matrix.fpga-fam}} ${{matrix.example}}
|
run: bash .github/scripts/build-examples.sh ${{matrix.fpga-fam}} ${{matrix.example}}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue