Skip to content

Commit db9e95b

Browse files
1 parent 64c9bcd commit db9e95b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/artifacts-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
push
3030

3131
permissions:
32-
contents: read
32+
contents: write
3333
pages: write
3434
id-token: write
3535

@@ -652,8 +652,6 @@ jobs:
652652
- name: Build Linux data
653653
if: matrix.os == 'ubuntu-latest' && matrix.compiletype == 'static' && matrix.include_data == false
654654
run: |
655-
cargo run -p icu4x-datagen -- --locales modern --markers all --format blob --out bin/full.postcard
656-
657655
cd provider/icu4x-datagen # avoid global feature resolution
658656
rustup target add aarch64-unknown-linux-gnu
659657
cargo build --release --bin icu4x-datagen --no-default-features --features blob_exporter,blob_input,rayon --target aarch64-unknown-linux-gnu
@@ -682,6 +680,8 @@ jobs:
682680
- name: Build Mac data
683681
if: matrix.os == 'macos-latest' && matrix.compiletype == 'static' && matrix.include_data == false
684682
run: |
683+
cargo run -p icu4x-datagen -- --locales modern --markers all --format blob --out bin/full.postcard
684+
685685
cd provider/icu4x-datagen # avoid global feature resolution
686686
rustup target add aarch64-apple-darwin
687687
cargo build --release --bin icu4x-datagen --no-default-features --features blob_exporter,blob_input,rayon --target aarch64-apple-darwin

0 commit comments

Comments
 (0)