Skip to content

Commit 1cdc430

Browse files
authored
Update python-app-ci.yml more trial libsodium build
1 parent ce5b5cb commit 1cdc430

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/python-app-ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14+
build:
15+
runs-on: macos-latest # This uses the latest macOS runner image
16+
steps:
17+
- name: Install libsodium via Homebrew
18+
run: brew install libsodium
19+
1420
test:
1521
runs-on: ${{ matrix.os }}
1622
strategy:
1723
fail-fast: false
1824
matrix:
1925
os: [ macos-latest, ubuntu-latest, windows-latest ]
20-
26+
2127
steps:
2228
- uses: actions/checkout@v3
23-
- name: Brew install libsodium
24-
build:
25-
runs-on: macos-latest # This uses the latest macOS runner image
26-
steps:
27-
- name: Install libsodium via Homebrew
28-
run: brew install libsodium
29-
3029
- name: Set up Python 3.12.6+
3130
uses: actions/setup-python@v2
3231
with:

0 commit comments

Comments
 (0)