mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-19 10:52:03 +00:00
CI: fix typo
This commit is contained in:
parent
5cb3fc631b
commit
3b80afa26e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/extra-builds.yml
vendored
4
.github/workflows/extra-builds.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
|
||||
mkdir -p build
|
||||
cat > build/Makefile.conf <<END
|
||||
export PATH := $(pwd)/${WASI_SDK}/bin:$(pwd)/${FLEX}/bin:${PATH}
|
||||
export PATH := $(pwd)/${WASI_SDK}/bin:$(pwd)/flex-prefix/bin:${PATH}
|
||||
WASI_SYSROOT := $(pwd)/${WASI_SDK}/share/wasi-sysroot
|
||||
|
||||
CONFIG := wasi
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
ENABLE_PLUGINS := 0
|
||||
ENABLE_ZLIB := 0
|
||||
|
||||
CXXFLAGS += -I$(pwd)/${FLEX}/include
|
||||
CXXFLAGS += -I$(pwd)/flex-prefix/include
|
||||
END
|
||||
|
||||
make -C build -f ../Makefile CXX=clang -j$(nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue