ci: uncomment another step

This commit is contained in:
Adam Olech 2021-11-03 16:54:28 +01:00
parent 5511f5171d
commit ce8b4586cd
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ jobs:
- name: Install SymbiFlow toolchain
run: bash .github/scripts/install-toolchain.sh ${{matrix.fpga-fam}} ${{matrix.os}}
#- name: Build examples
# run: bash .github/scripts/build-examples.sh ${{matrix.fpga-fam}} ${{matrix.example}}
- name: Build examples
run: bash .github/scripts/build-examples.sh ${{matrix.fpga-fam}} ${{matrix.example}}
- uses: actions/upload-artifact@v2
with: