3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +00:00

Bundle install

This commit is contained in:
Akash Levy 2025-01-15 17:22:21 -08:00
parent 78a510ca54
commit 090e8de6d7

View file

@ -53,7 +53,7 @@ jobs:
- name: Setup Mac
if: matrix.os == 'macos-latest'
run: brew install
run: brew bundle install
- name: Setup Linux
if: matrix.os == 'ubuntu-latest'