Skip to content

Commit

Permalink
Fix github action to run tests on RISC-V
Browse files Browse the repository at this point in the history
The command line directive was incorrect.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed May 18, 2020
1 parent 75d4f6c commit 13caf0b
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 SNEK_TEST_RISCV=1 check install
make DESTDIR=/artifacts PREFIX=/opt/snek SNEK_RISCV_TEST=1 check install
- name: 'Upload results'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 13caf0b

Please sign in to comment.