Skip to content

Commit 5f4e4a2

Browse files
committed
Fix name
1 parent 83532bf commit 5f4e4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-linux-deps/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# This action will only install dependencies when the current operating system is Linux. It will do
1515
# nothing on any other OS (macOS, Windows).
1616

17-
name: Install macOS dependencies
18-
description: Installs the dependencies necessary to build RustPython on macOS.
17+
name: Install Linux dependencies
18+
description: Installs the dependencies necessary to build RustPython on Linux.
1919
inputs:
2020
gcc-multilib:
2121
description: Install gcc-multilib (gcc-multilib)

0 commit comments

Comments
 (0)