Skip to content

Commit

Permalink
Native/wgpu-native: Add a clarifying comment to the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 22, 2024
1 parent b4ca320 commit f3423f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
sudo dpkg --add-architecture armhf
sudo apt update
sudo apt install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
# These are needed because Rust tooling is weird about cross-linking.
sudo apt install -y libgcc-11-dev libgcc-11-dev-arm64-cross libgcc-11-dev-armhf-cross
- os: windows-2022
name: Windows
Expand Down

0 comments on commit f3423f0

Please sign in to comment.