workflow typo fixes
I can't type preparation
This commit is contained in:
parent
2d5e18809a
commit
563791e53b
.github/workflows
2
.github/workflows/why2-project.yml
vendored
2
.github/workflows/why2-project.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
chmod +x ${{ matrix.configure }}
|
||||
chmod +x ${{ matrix.build }}
|
||||
|
||||
- name: Praparating
|
||||
- name: Preparation
|
||||
run: sudo ./${{ matrix.configure }}
|
||||
|
||||
- name: Install WHY2
|
||||
|
4
.github/workflows/why2-test.yml
vendored
4
.github/workflows/why2-test.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
chmod +x ${{ matrix.configure }}
|
||||
chmod +x ${{ matrix.build }}
|
||||
|
||||
- name: Praparating
|
||||
- name: Preparation
|
||||
run: sudo ./${{ matrix.configure }}
|
||||
|
||||
- name: Install WHY2 (Lib)
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
- name: Permissions
|
||||
run: chmod +x ${{ matrix.configure }}
|
||||
|
||||
- name: Praparating
|
||||
- name: Preparation
|
||||
run: sudo ./${{ matrix.configure }}
|
||||
|
||||
- name: Install WHY2
|
||||
|
Loading…
x
Reference in New Issue
Block a user