Skip to content

Commit

Permalink
Another CI attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson committed Aug 3, 2022
1 parent 7b7dc3c commit f516c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"CFLAGS": "-fPIC",
"configure_args": "--with-data-packaging=archive --enable-static --disable-shared --disable-tests",
},
run: "mkdir icu-build && cd icu-build && ../icu/icu4c/source/runConfigureICU ${{ env.configure_args }} Linux",
run: "mkdir icu-build && cd icu-build && ../icu/icu4c/source/runConfigureICU Linux ${{ env.configure_args }}",
},
{
name: "Build ICU",
Expand Down

0 comments on commit f516c27

Please sign in to comment.