Skip to content

Commit 4d211e4

Browse files
committed
Revert "Combine steps"
This reverts commit f802d56.
1 parent f802d56 commit 4d211e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ jobs:
6262
with:
6363
toolchain: 1.84.1
6464

65+
- name: Install build deps
66+
shell: bash
67+
run: ./program-test/install-build-deps.sh
68+
6569
- name: Build and test program
6670
shell: bash
67-
run: |
68-
./program-test/install-build-deps.sh
69-
./program-test/test.sh
71+
run: ./program-test/test.sh

0 commit comments

Comments
 (0)