Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and beats-dh committed Oct 18, 2023
1 parent f431495 commit 66dd838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-ubuntu-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
sudo apt-get update && sudo apt-get install ccache linux-headers-$(uname -r)
- name: Switch to gcc-11
if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt install gcc-13 g++-13
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 --slave /usr/bin/g++ g++ /usr/bin/g++-13 --slave /usr/bin/gcov gcov /usr/bin/gcov-13
Expand Down
2 changes: 1 addition & 1 deletion src/canary_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CanaryServer::CanaryServer(
Logger &logger,
RSA &rsa,
ServiceManager &serviceManager
) :
) :
logger(logger),
rsa(rsa),
serviceManager(serviceManager),
Expand Down

0 comments on commit 66dd838

Please sign in to comment.