Skip to content

Commit

Permalink
hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Dec 2, 2024
1 parent ccfce87 commit 5e08130
Show file tree
Hide file tree
Showing 34 changed files with 577 additions and 925 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ target = "x86_64-unknown-linux-gnu"
[alias]
just = ["just", "cargo"]
sterile = ["just", "sterile", "cargo"]

[target.x86_64-unknown-linux-gnu]
runner = "/usr/bin/sudo -E"

[target.x86_64-unknown-linux-musl]
runner = "sudo -E"
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ jobs:
with:
limit-access-to-actor: true


summary:
name: "Dev Test and Build"
if: ${{ always() }}
Expand Down
Loading

0 comments on commit 5e08130

Please sign in to comment.