diff options
| author | Your Name <you@example.com> | 2023-12-30 00:17:15 +0000 |
|---|---|---|
| committer | Your Name <you@example.com> | 2023-12-30 01:17:15 +0100 |
| commit | e90f89d2b0b753c572d96d3ba646feb76d2b5bf8 (patch) | |
| tree | 78d4edff99dbb630efc5e51a232aac50a55d5eff | |
| parent | bfafafcd268ec3c3fcd542b7909ead63bd5ba6bb (diff) | |
| download | SDK-Rebuild-e90f89d2b0b753c572d96d3ba646feb76d2b5bf8.tar.gz SDK-Rebuild-e90f89d2b0b753c572d96d3ba646feb76d2b5bf8.tar.bz2 SDK-Rebuild-e90f89d2b0b753c572d96d3ba646feb76d2b5bf8.zip | |
ci: switch to self-hosted base
| -rw-r--r-- | .forgejo/workflows/demo.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 8ce5069..a4e679d 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -1,7 +1,7 @@ on: [push] jobs: test: - runs-on: debian-latest + runs-on: self-hosted steps: - run: | sudo apt update && apt install git repo gnupg flex bison gperf build-essential zip curl \ @@ -14,5 +14,5 @@ jobs: name: many-artifacts path: artifacts/ - run: ./build.sh - + |
