Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdayo committed May 18, 2023
1 parent 92e15d3 commit a7f641d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-bash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: actions/checkout@v3

- name: Run Script
run: sudo ./scripts/setup.sh
run: ./scripts/setup.sh
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: mkdir dist

- name: Setup Environment
run: sudo ./scripts/setup.sh
run: ./scripts/setup.sh

- name: Build
run: npx tauri build --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-perl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
perl-version: '5'

- name: Run Script
run: sudo perl scripts/setup.pl
run: perl scripts/setup.pl
2 changes: 1 addition & 1 deletion .github/workflows/macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: mkdir dist

- name: Setup Environment
run: sudo ./scripts/setup.sh
run: ./scripts/setup.sh

- name: Test
run: cargo test --verbose --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: mkdir dist

- name: Setup Environment
run: sudo ./scripts/setup.sh
run: ./scripts/setup.sh

- name: Test
run: cargo test --verbose --verbose
Expand Down

0 comments on commit a7f641d

Please sign in to comment.