Skip to content

Commit

Permalink
let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Apr 26, 2024
1 parent 0c463a7 commit 3271649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ jobs:
ccache-${{ matrix.variant }}-
- name: Set git safe directory
run: git config --global safe.directory '*'
- name: Set git user info
run: |
git config --global user.email "[email protected]"
git config --global user.name "ci"
- name: Make
run: make -C ${{ matrix.variant }} CC="ccache aarch64-linux-gnu-gcc" compile
run: git config --global user.email "[email protected]" && git config --global user.email "[email protected]" && make -C ${{ matrix.variant }} CC="ccache aarch64-linux-gnu-gcc" compile
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ jobs:
ccache-${{ matrix.variant }}-
- name: Set git safe directory
run: git config --global safe.directory '*'
- name: Set git user info
run: |
git config --global user.email "[email protected]"
git config --global user.name "ci"
- name: Make
run: make -C ${{ matrix.variant }} CC="ccache gcc" compile
run: git config --global user.email "[email protected]" && git config --global user.email "[email protected]" && make -C ${{ matrix.variant }} CC="ccache gcc" compile
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3271649

Please sign in to comment.