Skip to content

Commit 4587c1a

Browse files
Rename step for Linux library setup in workflow
1 parent 87d55ef commit 4587c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
haxe-version: 4.3.6
6363
# Runs a set of commands using the runners
6464
# fucking hidden dependencies at the start of `run`
65-
- name: Linux library setup
65+
- name: Install required Linux libraries
6666
- run: |
6767
sudo apt-get install libc6-dev-i386
6868
export LIBRARY_PATH=/usr/lib/$(gcc -print-multiarch)

0 commit comments

Comments
 (0)