Skip to content

Commit

Permalink
Add run-on-arch-action into TODO list (#43)
Browse files Browse the repository at this point in the history
Github run-on-arch-action 3.3.0 release will support openEuler,
add refactor TODO, see detail in
uraimo/run-on-arch-action#89
  • Loading branch information
kiwik authored Dec 16, 2022
1 parent 4546b00 commit 3028079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-gate-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
name: Test it on ${{ matrix.os }} ${{ matrix.arch }} with python3
steps:
- uses: actions/checkout@v3
# TODO(ChenRui): run-on-arch-action will support openEuler in 3.0.0
# refactor this job when it's available.
# https://github.com/uraimo/run-on-arch-action/pull/89
- uses: uraimo/run-on-arch-action@v2.3.0
with:
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 3028079

Please sign in to comment.