Skip to content

Commit

Permalink
show if running on x64 or arm on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 20, 2024
1 parent 848dc91 commit 313b76a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jni_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: show architecture
run: uname -m

- name: install deps
run: brew install git automake yasm nasm

Expand Down Expand Up @@ -81,6 +84,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: show architecture
run: uname -m

- name: install deps
run: brew install git automake autoconf yasm nasm libtool

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: show architecture
run: uname -m

- name: Install Java
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -443,6 +446,9 @@ jobs:
- name: install cliclick
run: brew install cliclick

- name: show architecture
run: uname -m

- name: install imagemagick
run: brew install imagemagick

Expand Down Expand Up @@ -571,6 +577,9 @@ jobs:
- name: install cliclick
run: brew install cliclick

- name: show architecture
run: uname -m

- name: install imagemagick
run: brew install imagemagick

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/package_startup_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: install cliclick
run: brew install cliclick

- name: show architecture
run: uname -m

- name: install wget
run: brew install wget

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/screens_only_for_nightly_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: install cliclick
run: brew install cliclick

- name: show architecture
run: uname -m

- name: install imagemagick
run: brew install imagemagick

Expand Down

0 comments on commit 313b76a

Please sign in to comment.