diff options
author | Claire Xenia Wolf <claire@clairexen.net> | 2023-01-11 04:10:12 +0100 |
---|---|---|
committer | Claire Xenia Wolf <claire@clairexen.net> | 2023-01-11 04:10:12 +0100 |
commit | 6d56d4ecfc2c9afda3fd58f945a5f10daf87a999 (patch) | |
tree | 8b2e2cd5018674f287ae8b2c20877615fec8b555 /.github | |
parent | 029b0aac7f10ff5e1d927fb6ec1d9571a5350176 (diff) | |
parent | 7b476996df962b63656152f643ff2181143f516e (diff) | |
download | yosys-6d56d4ecfc2c9afda3fd58f945a5f10daf87a999.tar.gz yosys-6d56d4ecfc2c9afda3fd58f945a5f10daf87a999.tar.bz2 yosys-6d56d4ecfc2c9afda3fd58f945a5f10daf87a999.zip |
Merge branch 'master' of github.com:YosysHQ/yosys into claire/eqystuff
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 |