Skip to content

Commit

Permalink
CI: switch cross compile job to official gha-ubuntu-cross action (#5651)
Browse files Browse the repository at this point in the history
... instead of using a transient branch on my fork (which has been
merged now into the official version)
  • Loading branch information
fingolfin authored Feb 23, 2024
1 parent ae9ee51 commit c0456f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:

steps:
- name: Install Cross-Compile Support
uses: fingolfin/gha-ubuntu-cross@patch-1 # FIXME: see https://github.com/cyberjunk/gha-ubuntu-cross/pull/8
uses: cyberjunk/gha-ubuntu-cross@167f2e5e6bc0e78d9420ed64aa66b38bda701088
with:
arch: s390x

Expand Down

0 comments on commit c0456f7

Please sign in to comment.