aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 4 insertions, 0 deletions
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:
36 - name: "Checkout repository" 36 - name: "Checkout repository"
37 uses: actions/checkout@v4 37 uses: actions/checkout@v4
38 38
39 - name: "Add universe repository"
40 if: matrix.arch == 'loong64'
41 run: sudo add-apt-repository universe
42
39 - name: "Run tests" 43 - name: "Run tests"
40 run: ./scripts/test 44 run: ./scripts/test
41 env: 45 env: