Skip to content

Commit

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

- name: Install Rust toolchains
run: |
cd submodules/icu4x
rustup toolchain install stable
- name: Show the selected Rust toolchain
Expand All @@ -53,6 +52,7 @@ jobs:
- name: Build Linux
if: matrix.os == 'ubuntu-latest'
run: |
cd submodules/icu4x
mkdir bin
cd ffi/dart
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Build Mac
if: matrix.os == 'macos-latest'
run: |
cd submodules/icu4x
mkdir bin
cd ffi/dart
Expand All @@ -109,6 +110,7 @@ jobs:
- name: Build Windows
if: matrix.os == 'windows-latest'
run: |
cd submodules/icu4x
mkdir bin
cd ffi/dart
Expand Down

0 comments on commit 26c1d7d

Please sign in to comment.