run the executable instead of using nimble run

This commit is contained in:
fryorcraken 2025-10-20 18:09:23 +11:00
parent 6228dab15d
commit 933b281b0a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -48,4 +48,5 @@ jobs:
working-directory: examples/nimble
run: |
echo "Running example project..."
nimble --verbose run
# nimble --verbose run # TODO: Use nimble run
./example