Skip to content

Commit

Permalink
Print Python version on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed May 14, 2024
1 parent 64fa347 commit fdec911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
gcc -Wall -fPIC -shared -o libcalc.so libcalc.c -lsbcl
gcc -Wall -o example example.c -lcalc -lsbcl
echo "(+ 1 2)" | ./example
python --version
echo "(+ 1 2)" | python ./example.py
python ./exhaust_heap.py

0 comments on commit fdec911

Please sign in to comment.