mirror of https://github.com/zachjs/sv2v.git
commit
9f9da5a252
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-24.04
|
- ubuntu-24.04
|
||||||
- macOS-15-intel
|
- macOS-15
|
||||||
- windows-2025
|
- windows-2025
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-24.04
|
- ubuntu-24.04
|
||||||
- macOS-15-intel
|
- macOS-15
|
||||||
needs: build
|
needs: build
|
||||||
env:
|
env:
|
||||||
IVERILOG_REF: cbdaa865a10ce69d7c528cb2aa4c571641de0c62
|
IVERILOG_REF: cbdaa865a10ce69d7c528cb2aa4c571641de0c62
|
||||||
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
- name: Install Dependencies (macOS)
|
- name: Install Dependencies (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew install bison
|
brew install bison autoconf automake gperf
|
||||||
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
|
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
|
||||||
- name: Install Dependencies (Linux)
|
- name: Install Dependencies (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue