Skip to content

Commit

Permalink
Update github-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jun 24, 2024
1 parent ad19a2f commit c9a5584
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
working-directory: ${{env.ROOT}}
run: ls -R

- name: 🚀 Pack LanguageIdentification.CLD3.Native
working-directory: ${{env.ROOT}}/..
run: |
cd ./${{env.ROOT}}/LanguageIdentification.CLD3.Native
sudo bash -c ./Scripts/setup-build.sh
sudo bash -c ./Scripts/run-build.sh
dotnet pack -c Release -o out
- name: 🚀 Pack LanguageIdentification.CLD3.Native
working-directory: ${{env.ROOT}}/LanguageIdentification.CLD3.Native
run: dotnet pack -c Release -o out
Expand Down

0 comments on commit c9a5584

Please sign in to comment.