We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83532bf commit 5f4e4a2Copy full SHA for 5f4e4a2
.github/actions/install-linux-deps/action.yml
@@ -14,8 +14,8 @@
14
# This action will only install dependencies when the current operating system is Linux. It will do
15
# nothing on any other OS (macOS, Windows).
16
17
-name: Install macOS dependencies
18
-description: Installs the dependencies necessary to build RustPython on macOS.
+name: Install Linux dependencies
+description: Installs the dependencies necessary to build RustPython on Linux.
19
inputs:
20
gcc-multilib:
21
description: Install gcc-multilib (gcc-multilib)
0 commit comments