Skip to content

Commit 10a530e

Browse files
remove unnecessary prebuild steps in the GitHub workflow
1 parent c094ea8 commit 10a530e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
name: Build and test using plain Makefile
3131
runs-on: 'ubuntu-20.04'
3232
steps:
33-
- name: Build environment setup
34-
run: |
35-
echo 'Nothing to do.'
36-
echo 'GitHub runner includes tools we need already.'
3733
- uses: actions/checkout@v4
3834
- name: Build (make all)
3935
run: |
@@ -46,10 +42,6 @@ jobs:
4642
name: Build and test Python module
4743
runs-on: 'ubuntu-20.04'
4844
steps:
49-
- name: Build environment setup
50-
run: |
51-
echo 'Nothing to do.'
52-
echo 'GitHub runner includes tools we need already.'
5345
- uses: actions/checkout@v4
5446
- name: Build
5547
run: |
@@ -62,10 +54,6 @@ jobs:
6254
name: Build and test using CMake
6355
runs-on: 'ubuntu-20.04'
6456
steps:
65-
- name: Build environment setup
66-
run: |
67-
echo 'Nothing to do.'
68-
echo 'GitHub runner includes tools we need already.'
6957
- uses: actions/checkout@v4
7058
- name: Configure (cmake)
7159
run: |

0 commit comments

Comments
 (0)