diff options
author | Peter Gadfort <peter.gadfort@gmail.com> | 2023-01-02 12:46:41 -0500 |
---|---|---|
committer | Peter Gadfort <peter.gadfort@gmail.com> | 2023-01-02 12:46:41 -0500 |
commit | 7971154e727cc4d7c4b8c62ad43a28645bb66795 (patch) | |
tree | ea4632f116b272bc15940cc59f45a73eef008566 /.github | |
parent | 58cca9592d64178a097c6345a576b1df022cd50c (diff) | |
parent | 583ab81670847bc0084708bab04c64cb43bc3a51 (diff) | |
download | yosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.tar.gz yosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.tar.bz2 yosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.zip |
Merge branch 'master' into stat-json-area
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/emcc.yml | 6 | ||||
-rw-r--r-- | .github/workflows/vs.yml | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/emcc.yml b/.github/workflows/emcc.yml index 7a9a6064f..295d9554b 100644 --- a/.github/workflows/emcc.yml +++ b/.github/workflows/emcc.yml @@ -8,12 +8,6 @@ jobs: steps: - uses: mymindstorm/setup-emsdk@v11 - uses: actions/checkout@v3 - - name: Cache sources - id: cache-sources - uses: actions/cache@v3 - with: - path: . - key: cache-yosys - name: Build run: | make config-emcc diff --git a/.github/workflows/vs.yml b/.github/workflows/vs.yml index 744ad5677..428770e72 100644 --- a/.github/workflows/vs.yml +++ b/.github/workflows/vs.yml @@ -7,12 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Cache sources - id: cache-sources - uses: actions/cache@v3 - with: - path: . - key: cache-yosys - name: Build run: make vcxsrc YOSYS_VER=latest - uses: actions/upload-artifact@v3 |