diff options
author | Joshua Sing <joshua@joshuasing.dev> | 2025-04-12 23:55:48 +1000 |
---|---|---|
committer | Joshua Sing <joshua@joshuasing.dev> | 2025-04-12 23:55:48 +1000 |
commit | 736426b53fd6c4bf6b1e1edff90e7dd0835fdfcf (patch) | |
tree | 0abbb8b1069f08bb328e2cea025fb21642a51f1d | |
parent | a71747c235e1044a6463909a8916a91eaec1b32c (diff) | |
download | portable-736426b53fd6c4bf6b1e1edff90e7dd0835fdfcf.tar.gz portable-736426b53fd6c4bf6b1e1edff90e7dd0835fdfcf.tar.bz2 portable-736426b53fd6c4bf6b1e1edff90e7dd0835fdfcf.zip |
ci: add universe apt repository for loong64 runs
-rw-r--r-- | .github/workflows/linux.yml | 4 |
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: |