3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-09 07:45:08 +00:00

Merge pull request #4596 from YosysHQ/emil/path-sep-refactor

Refactor getting dirs and filenames from paths to files
This commit is contained in:
KrystalDelusion 2025-11-05 09:12:54 +13:00 committed by GitHub
commit 52c108cd6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 64 additions and 30 deletions

View file

@ -73,8 +73,8 @@ jobs:
persist-credentials: false
- name: Build
run: |
WASI_SDK=wasi-sdk-19.0
WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-19/wasi-sdk-19.0-linux.tar.gz
WASI_SDK=wasi-sdk-27.0-x86_64-linux
WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-27/wasi-sdk-27.0-x86_64-linux.tar.gz
if ! [ -d ${WASI_SDK} ]; then curl -L ${WASI_SDK_URL} | tar xzf -; fi
FLEX_VER=2.6.4