Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 25, 2025
1 parent 37bb987 commit 5cce8b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v30

- name: Build PHP matrix
id: set-phps
Expand All @@ -47,17 +47,16 @@ jobs:
{ os: macos-14, arch: aarch64-darwin },
]
exclude:
- phps:
- "php56"
- phps: "php56"
archs:
- { os: ubuntu-24.04-arm, arch: aarch64-linux }

os: ubuntu-24.04-arm
arch: aarch64-linux
steps:
- name: Set up Git repository
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v30

- uses: cachix/cachix-action@v15
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-fmt-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v30

- name: Run nix formatter tool
run: nix fmt . -- --check

0 comments on commit 5cce8b9

Please sign in to comment.