Skip to content

Commit

Permalink
Enable testing on RISC-V for github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed May 18, 2020
1 parent 5713d58 commit e7b0c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snek.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
docker run --rm \
--mount type=bind,source=`pwd`/artifacts,destination=/artifacts \
snek \
make DESTDIR=/artifacts PREFIX=/opt/snek check install
make DESTDIR=/artifacts PREFIX=/opt/snek SNEK_TEST_RISCV=1 check install
- name: 'Upload results'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e7b0c43

Please sign in to comment.