Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Aug 22, 2023
1 parent 936200a commit a8b161c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ jobs:
rclone copyto :s3:cdn/waterfox/libraries/toolchain/clang-16.tar.zst ./clang-16.tar.zst
mkdir -p $HOME/.mozbuild/
tar -xvf clang-16.tar.zst -C $HOME/.mozbuild
sudo apt-get update && sudo apt-get -y --no-install-recommends install libstdc++-11-dev
sudo apt-get update && sudo apt-get -y --no-install-recommends install build-essential
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v3
- name: "\U0001F4E3 Override version_display.txt"
Expand Down

0 comments on commit a8b161c

Please sign in to comment.