File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 push
3030
3131permissions :
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
You can’t perform that action at this time.
0 commit comments