Skip to content

Commit

Permalink
add test for 'dependencies' action
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 10, 2024
1 parent aa46f78 commit 2360a76
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,8 @@ jobs:
- uses: actions/[email protected]

- uses: LanguageMachines/ticcactions/build_env@v1
- uses: LanguageMachines/ticcactions/dependencies@v1

- name: Install Dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install libicu-dev libxml2-dev libbz2-dev;
sudo apt-get install zlib1g-dev
else
brew install libxml2
brew reinstall icu4c
brew install bzip2
brew install zlib
fi
- name: build
id: build
uses: LanguageMachines/ticcactions/safe_build@v1
Expand Down

0 comments on commit 2360a76

Please sign in to comment.