Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed May 2, 2024
1 parent ca7a6f1 commit 7750401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches: [ test ]

jobs:

build:

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:
run: |
sudo chroot /srv/alpine su - runner <<'END'
make -j3 run \
CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none' \
GCC='${{matrix.compiler.GCC}}' \
GXX='${{matrix.compiler.GXX}}' \
CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none' \
MARCH=
END
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .github/workflows/cross.yaml

name: Cross-Build
name: Cross-Building

on:
workflow_dispatch: {}
Expand Down

0 comments on commit 7750401

Please sign in to comment.