Skip to content

Commit

Permalink
ci: github: debian: Install curl for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Jul 28, 2024
1 parent b8a8824 commit 2d24520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis/install-build-depends-debian
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ esac

# install base tools
sudo apt-get update -qq
sudo apt-get install -qq clang cmake git
sudo apt-get install -qq clang cmake git curl

# install extra dependencies
case "$CONFIG" in
Expand Down

0 comments on commit 2d24520

Please sign in to comment.