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 f516c27 commit 684a18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
uses: "actions/checkout@v3",
with: {
repository: "unicode-org/icu",
ref: "release-71-1",
path: "icu",
},
},
{
name: "Configure ICU",
env: {
"CFLAGS": "-fPIC",
"CXXFLAGS": "-fPIC",
"configure_args": "--with-data-packaging=archive --enable-static --disable-shared --disable-tests",
},
run: "mkdir icu-build && cd icu-build && ../icu/icu4c/source/runConfigureICU Linux ${{ env.configure_args }}",
Expand Down

0 comments on commit 684a18e

Please sign in to comment.