Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 20, 2023
1 parent 3377ee3 commit a83df62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
cd $(dirname "$0")/std_pkgs_08/simulation
grun ${{ matrix.suite }}
EOF
chmod +x 'ghdl_${{ matrix.suite }}.sh'
- uses: docker://gcr.io/hdl-containers/sim
with:
args: ./'ghdl_${{ matrix.suite }}.sh'
args: ./ghdl_${{ matrix.suite }}.sh

0 comments on commit a83df62

Please sign in to comment.