Skip to content

Commit

Permalink
Merge pull request #14 from onekey-sec/fix-build-macos
Browse files Browse the repository at this point in the history
chore(ci): fix intermittent build errors on macos
  • Loading branch information
vlaci authored Jun 20, 2023
2 parents 095a343 + b10f17a commit 220b6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
with:
name: unblob
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
with:
name: unblob
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 220b6bd

Please sign in to comment.