aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/emcc.yml6
-rw-r--r--.github/workflows/vs.yml6
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