Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
snapdgn committed Jun 13, 2024
1 parent 03dcf1d commit 553862d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/check-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
- name: checkout `sail-riscv` repo
uses: actions/checkout@v3
with:
repository: ThinkOpenly/sail-riscv
repository: snapdgn/sail-riscv

- name: Download Sail artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v6
with:
#run-id: ${{ github.event.workflow_run.id }}
workflow: build.yml
name: sail-artifact

Expand All @@ -32,11 +31,7 @@ jobs:
mv bin/ share/ ~/.opam/5.0.0
chmod +x ~/.opam/5.0.0/bin/sail
export PATH=~/.opam/5.0.0/bin:$PATH
sail -v
#chmod +x sail-artifact/sail
#sudo mv sail-artifact/sail /usr/local/bin/sail
#- name: Generate json
#run: |
#sail --version
#make check-json
- name: Generate json
run: |
make check-json

0 comments on commit 553862d

Please sign in to comment.