Merge pull request #3606 from YosysHQ/fix_vs

Remove cache
This commit is contained in:
Miodrag Milanović 2023-01-02 17:47:13 +01:00 committed by GitHub
commit 583ab81670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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