Skip to content

Commit

Permalink
fixup shared binaries CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Feb 27, 2024
1 parent 2c71c30 commit cabcd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Build shared binaries
run: |
make -j dynamic
export LD_LIBRARY_PATH=bin/dynamic/lib
export LD_LIBRARY_PATH=bin/dynamic
./bin/dynamic/k8s-dqlite --help
./bin/dynamic/k8s-dqlite migrator --help
Expand Down

0 comments on commit cabcd96

Please sign in to comment.