Skip to content

Commit

Permalink
add GO bin path before configure
Browse files Browse the repository at this point in the history
  • Loading branch information
icing committed Jan 13, 2025
1 parent 9ed15f7 commit 21a6e8a
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 @@ -82,6 +82,7 @@ jobs:
- name: 'configure'
run: |
export PATH=$PATH:$HOME/go/bin
autoreconf -fi
./configure --enable-werror
Expand Down

0 comments on commit 21a6e8a

Please sign in to comment.