Skip to content

Commit

Permalink
try one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 21, 2024
1 parent 3ee6883 commit e16181b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
with:
arch: ${{ matrix.config.arch }}
branch: ${{ matrix.config.branch }}
- name: Safelist
shell: alpine.sh --root {0}
run: git config --global --add safe.directory ${{ github.workspace }}
- name: Install deps
shell: alpine.sh --root {0}
run: apk add git cmake gcc g++ make go
- name: Safelist
shell: alpine.sh --root {0}
run: git config --global --add safe.directory ${{ github.workspace }}
- name: Build & Test
shell: alpine.sh --root {0}
run: |
Expand Down

0 comments on commit e16181b

Please sign in to comment.