Compare commits

...

5 Commits

Author SHA1 Message Date
Oliver Atkinson
a7144c12a4 patch for gitea 2024-07-29 08:50:02 -06:00
Oliver Atkinson
b59c03d8bd gitea needs to write documentation 2024-07-29 08:47:23 -06:00
Oliver Atkinson
e4642110eb dumb 2024-07-29 08:44:25 -06:00
Oliver Atkinson
a128d982e9 fix merge 2024-07-29 08:40:43 -06:00
Oliver Atkinson
dec645d074 working path? 2024-07-29 08:38:12 -06:00

View File

@@ -2,8 +2,8 @@
set -e set -e
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
args=() args=()
# shellcheck disable=SC2206 # shellcheck disable=SC2206