Skip to content

Commit a692492

Browse files
Correct indentation in main.yml for install step
Fix indentation for the 'run' command in the workflow.
1 parent 4587c1a commit a692492

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
@@ -63,7 +63,7 @@ jobs:
6363
# Runs a set of commands using the runners
6464
# fucking hidden dependencies at the start of `run`
6565
- name: Install required Linux libraries
66-
- run: |
66+
run: |
6767
sudo apt-get install libc6-dev-i386
6868
export LIBRARY_PATH=/usr/lib/$(gcc -print-multiarch)
6969
export C_INCLUDE_PATH=/usr/include/$(gcc -print-multiarch)

0 commit comments

Comments
 (0)