Use checked out code for release build

This commit is contained in:
Scott Yeager
2025-10-09 16:58:39 -07:00
parent 4733a986f2
commit 1b6f7a2a84

View File

@@ -45,7 +45,10 @@ jobs:
- name: Setup V & Herolib
id: setup
run: ./install_v.sh --herolib
run: |
./install_v.sh
ln -s $(pwd)/lib ~/.vmodules/freeflowuniverse/herolib
echo "Herolib symlink created to $(pwd)/lib"
timeout-minutes: 10
# - name: Do all the basic tests