Skip to content

Commit

Permalink
Update verify.yml
Browse files Browse the repository at this point in the history
Fixing docker build.

Signed-off-by: Bill Traynor <[email protected]>
  • Loading branch information
wmat authored Nov 28, 2023
1 parent 0fcc1e9 commit f08cce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- name: Checkout repository
- uses: actions/checkout@v3

# Pull the latest RISC-V Docs container image
- name: Pull Container
Expand All @@ -22,4 +22,4 @@ jobs:
- if: steps.pull_container_image.outcome == 'success'
- run: |
docker run --rm -v ${{ github.workspace }}:/build riscvintl/riscv-docs-base-container-image:latest \
/bin/sh -c 'cd ./build && make'
/bin/sh -c make

0 comments on commit f08cce4

Please sign in to comment.