mirror of https://github.com/VLSIDA/OpenRAM.git
Build docker from config instead of pulling it
This commit is contained in:
parent
febf7031b1
commit
ff471740ed
|
|
@ -6,8 +6,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Docker pull
|
||||
run: docker pull vlsida/openram-ubuntu:latest
|
||||
- name: Docker build
|
||||
run: |
|
||||
cd ${{ github.workspace }}/docker
|
||||
make build
|
||||
- name: PDK Install
|
||||
run: |
|
||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||
|
|
|
|||
Loading…
Reference in New Issue