Skip to content

Commit

Permalink
change cache key to force re-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Feb 11, 2021
1 parent 821332f commit 44b2673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testbench.yml
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Cache ModelSim
uses: actions/cache@v2
with:
path: $HOME/intelFPGA
key: ${{ runner.os }}-modelsim
path: ~/intelFPGA/*
key: ${{ runner.os }}-modelsim-20.1
- name: Install ModelSim if not cached
run: stat $HOME/intelFPGA/20.1/modelsim_ase || (curl 'https://download.altera.com/akdlm/software/acdsinst/20.1std.1/720/ib_installers/ModelSimSetup-20.1.1.720-linux.run' -o ModelSimSetup.run && chmod +x ModelSimSetup.run && ./ModelSimSetup.run --mode unattended --accept_eula 1 && sed -i 's/linux_rh60/linux/g' $HOME/intelFPGA/20.1/modelsim_ase/vco )
- name: Add ModelSim to PATH
Expand Down

0 comments on commit 44b2673

Please sign in to comment.