Change tab to spaces

This commit is contained in:
Tuomas Koskela 2023-09-25 12:16:50 +01:00 committed by GitHub
parent a0482287d1
commit 2b73deae26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
working-directory: ${{github.workspace}}/src working-directory: ${{github.workspace}}/src
run: | run: |
cp system/gha.make system/system.`hostname -d | cut -d. -f1`.make cp system/gha.make system/system.`hostname -d | cut -d. -f1`.make
ls system ls system
make -j ${{matrix.np}} make -j ${{matrix.np}}
- name: Run test 001 - name: Run test 001