Skip to content

Commit

Permalink
fixup! [gh-action] Fix web interface build
Browse files Browse the repository at this point in the history
  • Loading branch information
chme committed Jun 18, 2022
1 parent 351941d commit 30461dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
export LD_LIBRARY_PATH=$(brew --prefix openssl)/lib
export CPATH=$(brew --prefix openssl)/include
export PKG_CONFIG_PATH=$(brew --prefix openssl)/lib/pkgconfig
make web-build
make web
make
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
autoreconf -vi
./configure
make web-build
make web
make
make check
make distcheck
Expand Down

0 comments on commit 30461dd

Please sign in to comment.