Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Dec 3, 2024
1 parent b42c0a4 commit 00f8c2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:

- name: Install Podman on macOS
if: matrix.info.os == 'macOS-latest'
run: brew install podman && podman machine init && podman machine start
run: arch -x86_64 brew install podman && podman machine init && podman machine start

- name: Install Podman on Windows
if: matrix.info.os == 'windows-latest'
run: choco install -y podman-cli && podman.exe machine init && podman.exe machine start
run: mkdir -p ~/.ssh && choco install -y podman-cli && podman.exe machine init && podman.exe machine start

- name: Setup Podman user config directory
if: matrix.info.os != 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Install Podman on macOS
if: matrix.info.os == 'macOS-latest'
run: brew install podman && podman machine init && podman machine start
run: arch -x86_64 brew install podman && podman machine init && podman machine start

- name: Install Podman on Windows
if: matrix.info.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install Podman on macOS
if: matrix.info.os == 'macOS-latest'
run: brew install podman && podman machine init && podman machine start
run: arch -x86_64 brew install podman && podman machine init && podman machine start

- name: Install Podman on Windows
if: matrix.info.os == 'windows-latest'
Expand Down

0 comments on commit 00f8c2a

Please sign in to comment.