mirror of
https://github.com/The-OpenROAD-Project/abc.git
synced 2026-03-12 11:26:17 +08:00
Build CMake on GitHub Actions 2
This commit is contained in:
4
.github/workflows/build-posix-cmake.yml
vendored
4
.github/workflows/build-posix-cmake.yml
vendored
@@ -24,12 +24,12 @@ jobs:
|
||||
|
||||
- name: Install brew dependencies
|
||||
run: |
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install readline
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install readline ninja
|
||||
if: ${{ contains(matrix.os, 'macos') }}
|
||||
|
||||
- name: Install APT dependencies
|
||||
run: |
|
||||
sudo apt install -y libreadline-dev
|
||||
sudo apt install -y libreadline-dev ninja-build
|
||||
if: ${{ !contains(matrix.os, 'macos') }}
|
||||
|
||||
- name: Configure CMake
|
||||
|
||||
Reference in New Issue
Block a user