Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 18, 2024
1 parent 531cbb9 commit 456baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/setup-sccache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tar xzf sccache.tar.gz
rm sccache.tar.gz
sudo mv sccache* /usr/local/bin/sccache

mkdir /usr/local/libexec/sccache
mkdir -p /usr/local/libexec/sccache
sudo ln -s /usr/local/bin/sccache /usr/local/libexec/sccache/cc
sudo ln -s /usr/local/bin/sccache /usr/local/libexec/sccache/c++

Expand Down

0 comments on commit 456baf0

Please sign in to comment.