Skip to content

Commit

Permalink
ci: Use debian build of oexserverd
Browse files Browse the repository at this point in the history
Ubuntu builds disappeared here:
OpenCPN/plugins@a5a94db
  • Loading branch information
hornang committed Nov 24, 2024
1 parent 2a74ef5 commit 23572ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_oexserverd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export LC_ALL=en_US.utf8

case "$OSTYPE" in
linux*)
PLUGIN_REGEXP="(?<=<tarball-url>).*o-charts.*-ubuntu-22.04.*x86.*?(?=</tarball-url>)"
PLUGIN_REGEXP="(?<=<tarball-url>).*o-charts.*-debian-x86_64.*?(?=</tarball-url>)"
;;
msys*|cygwin)
PLUGIN_REGEXP="(?<=<tarball-url>).*o-charts.*msvc.*win32.*?(?=</tarball-url>)"
Expand Down

0 comments on commit 23572ba

Please sign in to comment.