diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-02-04 14:47:30 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-04 14:47:30 +0100 |
| commit | cc8e3f5f0ae4a63e15a68a9c1f5ebc8b13cd0671 (patch) | |
| tree | 85d56c39c5b8e3f89c651947a767a92d53f32eb1 /.github/workflows/testframework-rustfmt.yml | |
| parent | 2f3c791a25d401f9ea9a633ebaa0eb679a517548 (diff) | |
| parent | 66ac192901fd1212287acaeb9d90cf2e5e2ccb5e (diff) | |
| download | mullvadvpn-cc8e3f5f0ae4a63e15a68a9c1f5ebc8b13cd0671.tar.xz mullvadvpn-cc8e3f5f0ae4a63e15a68a9c1f5ebc8b13cd0671.zip | |
Merge branch 'pin-rust-version-and-allow-automatic-install-of-right-des-554'
Diffstat (limited to '.github/workflows/testframework-rustfmt.yml')
| -rw-r--r-- | .github/workflows/testframework-rustfmt.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/testframework-rustfmt.yml b/.github/workflows/testframework-rustfmt.yml index 27996c6e2b..a21d86f694 100644 --- a/.github/workflows/testframework-rustfmt.yml +++ b/.github/workflows/testframework-rustfmt.yml @@ -18,13 +18,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install Rust - uses: actions-rs/toolchain@v1.0.6 - with: - toolchain: stable - components: rustfmt - default: true - - name: Check formatting working-directory: test run: |- |
