Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Nov 21, 2024
1 parent 3fc9127 commit 136ace9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gopy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
ls $HOME/foo/.deps/python/lib/pkgconfig
$HOME/foo/.deps/tiny-pkg-config/pkg-config --libs python3-embed
$HOME/foo/.deps/tiny-pkg-config/pkg-config --cflags python3-embed
gopy build -o foo.out .
gopy exec ls
./foo.out
gopy build -o foo.exe .
gopy exec ls -lh
./foo.exe
- name: Test run project
run: |
Expand Down

0 comments on commit 136ace9

Please sign in to comment.