aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/vs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/vs.yml')
-rw-r--r--.github/workflows/vs.yml6
1 files changed, 0 insertions, 6 deletions
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