Merge pull request #465 from LibreQoE/revert-464-revert-463-rchac-patch-1

Revert "Revert "Update rust.yml""
This commit is contained in:
Robert Chacón 2024-03-10 10:09:03 -06:00 committed by GitHub
commit 7129f8ca25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on:
- self-hosted
- ${{ matrix.os }}
steps:
- uses: actions/checkout@v2