Skip to content

Commit

Permalink
ci: Run nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Aug 15, 2024
1 parent 669371f commit 2f5e8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/patch-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
name: fuellabs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake update
- run: nix run .#refresh-manifests
timeout-minutes: 120
- name: validate changed nix files
Expand All @@ -42,7 +43,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add manifests
git add manifests flake.lock
# Check if there are any changes to commit
if git diff --staged --quiet; then
echo "No changes to commit."
Expand Down
2 changes: 1 addition & 1 deletion patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ in [
};
}

# `fuels-rs` requires Rust 1.79 as of v0.66.0 due to use of `path::absolute`.
# `fuels-rs` requires Rust 1.79 as of v0.66.0 due to the use of `path::absolute`.
{
condition = m: m.date >= "2024-08-08";
patch = m: {
Expand Down

0 comments on commit 2f5e8c0

Please sign in to comment.