fpga support and arty a7 100t #38

Merged
programmerjake merged 20 commits from programmerjake/fayalite:fpga-support-and-arty-a7-100t into master 2025-10-22 05:36:13 +00:00
Showing only changes of commit 35f98f3229 - Show all commits

View file

@ -61,8 +61,8 @@ jobs:
run: |
python3 -m venv deps/venv
source deps/venv/bin/activate
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $FORGEJO_ENV
echo "$VIRTUAL_ENV/bin" >> $FORGEJO_PATH
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> "$FORGEJO_ENV"
echo "$VIRTUAL_ENV/bin" >> "$FORGEJO_PATH"
- name: Build prjxray
if: steps.restore-deps.outputs.cache-hit != 'true'
run: |