From 736426b53fd6c4bf6b1e1edff90e7dd0835fdfcf Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Sat, 12 Apr 2025 23:55:48 +1000 Subject: ci: add universe apt repository for loong64 runs --- .github/workflows/linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bc3c692..bce596b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -36,6 +36,10 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v4 + - name: "Add universe repository" + if: matrix.arch == 'loong64' + run: sudo add-apt-repository universe + - name: "Run tests" run: ./scripts/test env: -- cgit v1.2.3-55-g6feb