Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmlee101 committed Jul 17, 2024
1 parent 575f4ec commit d9d58bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bedrock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
wget -qO - https://package.perforce.com/perforce.pubkey --no-check-certificate | sudo apt-key add -
echo "deb [arch=amd64] https://travis:${{ secrets.TRAVIS_APT_PASSWORD }}@$APT_MIRROR_URL/mirror/ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -y
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install rsyslog cmake gcc-13 g++-13 libsodium-dev libgpgme11-dev libstdc++-13-dev
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install rsyslog cmake libsodium-dev libgpgme11-dev
sudo locale-gen "en_US.UTF-8"
sudo service rsyslog start
Expand Down
4 changes: 2 additions & 2 deletions ci_tests.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

export CXX=/usr/bin/clang-18
export CC=/usr/bin/clang++-18
export CXX=/usr/bin/clang++-18
export CC=/usr/bin/clang-18

# Add the current working directory to $PATH so that tests can find bedrock.
export PATH=$PATH:`pwd`
Expand Down

0 comments on commit d9d58bb

Please sign in to comment.