Skip to content

Commit

Permalink
Removed a comment from a GitHub Actions workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Nov 4, 2023
1 parent a886dcd commit 304ffce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/github/prebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ panic()
# Initialize the list of required packages.
packages=()
packages+=(doxygen)
#packages+=(lld)

# Install the packages.
sudo apt-get install -y "${packages[@]}" || \
Expand Down

0 comments on commit 304ffce

Please sign in to comment.