Add RUSTUP_PERMIT_COPY_RENAME in two workflows that we forgot about (#5646)

This commit is contained in:
Jon Häggblad
2025-03-19 09:18:25 +01:00
committed by GitHub
parent a19ee8f2aa
commit e4e9615535
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ jobs:
runs-on: arc-ubuntu-20.04
env:
CARGO_TERM_COLOR: always
RUSTUP_PERMIT_COPY_RENAME: 1
steps:
- name: Install Dependencies (Linux)
run: sudo apt-get update && sudo apt-get -y install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev squashfs-tools
+1
View File
@@ -14,6 +14,7 @@ jobs:
runs-on: arc-ubuntu-20.04
env:
CARGO_TERM_COLOR: always
RUSTUP_PERMIT_COPY_RENAME: 1
steps:
- uses: actions/checkout@v4