Skip to content

Commit

Permalink
WIP: temporarily commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pollenjp committed Nov 10, 2024
1 parent 542e828 commit 7bff5e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,19 @@ jobs:
steps:
- name: Prepare
run: |
XDG_BIN_HOME="${{ runner.temp }}/.local/bin"
CARGO_HOME="${{ runner.temp }}/.cargo"
{
echo XDG_CONFIG_HOME="${{ runner.temp }}/.config"
echo XDG_CACHE_HOME="${{ runner.temp }}/.cache"
echo XDG_DATA_HOME="${{ runner.temp }}/.local/share"
echo XDG_BIN_HOME="${{ runner.temp }}/.local/bin"
echo CARGO_HOME="${{ runner.temp }}/.cargo"
echo XDG_BIN_HOME="${XDG_BIN_HOME}"
echo CARGO_HOME="${CARGO_HOME}"
echo PYTHONUSERBASE="${{ runner.temp }}/.local"
} >> "$GITHUB_ENV"
{
echo "${{ runner.temp }}/.local/bin"
echo "${XDG_BIN_HOME}"
echo "${CARGO_HOME}/bin"
} >> "$GITHUB_PATH"
# - name: Install Rust
# run: |
Expand Down

0 comments on commit 7bff5e9

Please sign in to comment.