Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Nov 27, 2024
1 parent d92bc31 commit 54659b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,9 @@ jobs:
# install Rust directly using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-5.4.0.tar.xz" -o /tmp/gcc.tar.xz;
mkdir /usr/local/;
tar xvf /tmp/gcc.tar.xz
sudo mkdir -p /usr/local/;
cd /usr/local;
sudo tar xvf /tmp/gcc.tar.xz
- name: Make Source Read-Only
run: chmod -R a-w ./*
Expand Down

0 comments on commit 54659b2

Please sign in to comment.