Skip to content

Commit 70ae75d

Browse files
update build-linux.yml
1 parent c94fc9b commit 70ae75d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: 'Simple build for Linux'
33
on: [push, pull_request]
44

55
jobs:
6-
7-
Build:
8-
6+
build:
97
steps:
10-
- uses: actions/checkout@v4
8+
- name: Checkout repository
9+
uses: actions/checkout@v4
1110

1211
- name: Install prerequisites
1312
run: |

0 commit comments

Comments
 (0)