Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 7, 2024
1 parent aaa5497 commit b1a380c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
echo 'ATAR_HOME=/tmp/atar' >> "${GITHUB_ENV}"
echo '/tmp/atar/bin' >> "${GITHUB_PATH}"
- name: Setup Linux musl cross-compiler
if: false
if: true
run: |
declare -r RAIDEN_TAG="$(jq --raw-output '.tag_name' <<< "$(curl --connect-timeout '10' --retry '15' --retry-all-errors --fail --silent --url 'https://api.github.com/repos/AmanoTeam/Raiden/releases/latest')")"
declare -r RAIDEN_TARBALL='/tmp/toolchain.tar.xz'
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
- name: Build with CMake
run: |
declare -ra targets=(
x86_64-unknown-linux-gnu
x86_64-linux-gnu
# hppa-unknown-openbsd
arm-unknown-openbsd
aarch64-unknown-openbsd
Expand Down

0 comments on commit b1a380c

Please sign in to comment.