Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmcu authored Jul 3, 2024
1 parent 2392267 commit ea26cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cd build && make ; du -a

- name: build backend
run: python main_builder.py ; python extend_build.py
run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/sample:./build/extended; python main_builder.py; python extend_build.py

- name: Run distcheck
run: du; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/sample:build/extended ; python test.py ; python e_test.py
run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/sample:./build/extended; python test.py; python e_test.py

0 comments on commit ea26cb0

Please sign in to comment.