Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Apr 19, 2024
1 parent 9b15b21 commit b0e82ff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/intl4x_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Install Rust toolchains
run: |
cd submodules/icu4x
rustup toolchain install stable
- name: Show the selected Rust toolchain
Expand All @@ -39,7 +40,6 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-riscv64-linux-gnu gcc-i686-linux-gnu
mkdir .cargo
echo "[target]" >> .cargo/config.toml
echo "aarch64-linux-android.linker=\"$ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android30-clang\"" >> .cargo/config.toml
echo "armv7-linux-androideabi.linker=\"$ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi30-clang\"" >> .cargo/config.toml
Expand All @@ -53,8 +53,6 @@ jobs:
- name: Build Linux
if: matrix.os == 'ubuntu-latest'
run: |
cd submodules/icu4x
mkdir bin
cd ffi/dart
Expand Down Expand Up @@ -87,8 +85,6 @@ jobs:
- name: Build Mac
if: matrix.os == 'macos-latest'
run: |
cd submodules/icu4x
mkdir bin
cd ffi/dart
Expand All @@ -113,8 +109,6 @@ jobs:
- name: Build Windows
if: matrix.os == 'windows-latest'
run: |
cd submodules/icu4x
mkdir bin
cd ffi/dart
Expand All @@ -138,7 +132,7 @@ jobs:
uses: actions/upload-artifact@ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb
with:
name: dart-${{matrix.os}}-libs
path: bin
path: submodules/icu4x/bin

release:
needs: dart-libs
Expand Down

0 comments on commit b0e82ff

Please sign in to comment.