diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-09-19 14:10:38 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-09-19 15:45:59 +0300 |
| commit | 0fb6dc22ff925ff56b99d137221f3936e51ae34f (patch) | |
| tree | e34fa9b5c64323c48c4a6b839fa98cae9acc2aab | |
| parent | e918d240fd516d9116f0d1c170df34039c63a3ac (diff) | |
Fix builds after update of build-variables branch
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8b82a66b3d..1d6a23dc4d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -97,7 +97,7 @@ jobs: uses: actions/checkout@v4 with: repository: secondlife/build-variables - ref: universal + ref: master path: .build-variables - name: Checkout master-message-template |
