Skip to content

Commit 54008b7

Browse files
authored
fix typo in Linux tools CI
1 parent 9aa74d7 commit 54008b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Compile extract_iso
3333
run: g++ -o extract_iso common-tools/linux/extract_iso/extract_iso.cpp -larchive
3434

35-
- name: Compile create_bin
36-
run: g++ -o create_bin common-tools/linux/create_bin/create_bin.cpp
35+
- name: Compile convert_bin
36+
run: g++ -o convert_bin common-tools/linux/convert_bin/convert_bin.cpp
3737

3838
- name: Compile create_tar
3939
run: g++ -o create_tar common-tools/linux/create_tar/create_tar.cpp

0 commit comments

Comments
 (0)