Skip to content

Commit de93cb4

Browse files
Copilotdontpanic92
andcommitted
Disable auto-injection of -D warnings flag in setup-rust-toolchain
Co-authored-by: dontpanic92 <1056013+dontpanic92@users.noreply.github.com>
1 parent 828961d commit de93cb4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions-rust-lang/setup-rust-toolchain@v1
2121
with:
2222
toolchain: stable
23+
rustflags: ''
2324
- name: Install Deps
2425
run: |
2526
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/lunarg.gpg

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions-rust-lang/setup-rust-toolchain@v1
2323
with:
2424
toolchain: stable
25+
rustflags: ''
2526
- name: Install Deps
2627
run: |
2728
brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 x265 xvid nasm

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
2525
toolchain: stable
26+
rustflags: ''
2627
- name: Install Vulkan SDK
2728
shell: pwsh
2829
run: |

0 commit comments

Comments
 (0)