add support for simulator-only values #35

Merged
programmerjake merged 6 commits from programmerjake/fayalite:sim-non-hdl-data into master 2025-09-09 05:35:24 +00:00
Showing only changes of commit d3dd66cbf0 - Show all commits

View file

@ -41,6 +41,7 @@ jobs:
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.89.0
source "$HOME/.cargo/env"
rustup component add rust-src
echo "$PATH" >> "$GITHUB_PATH"
- uses: https://git.libre-chip.org/mirrors/cache/restore@v3
with: