Skip to content

Commit

Permalink
Add executable permission to shell script
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Oct 31, 2023
1 parent dcf52a4 commit c5401a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/secrets-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -49,6 +50,7 @@ jobs:
strategy:
matrix:
target: [x64, x86]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -73,6 +75,7 @@ jobs:
strategy:
matrix:
target: [x86_64, aarch64]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
Empty file modified src/secrets/scripts/configure-cross.sh
100644 → 100755
Empty file.

0 comments on commit c5401a4

Please sign in to comment.