diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sanity-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 51f6d3d..78ee4c5 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -16,4 +16,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Attempt NeBuild - run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o sanity-test + run: sudo curl https://github.com/ne-foss-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o sanity-test |
