Skip to content

Commit

Permalink
fixed typos, removed ICU step
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsekhvalnov committed Dec 26, 2024
1 parent d59d8cd commit 80d26ee
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ jobs:
framework: 'net8.0'

- os: ubuntu-latest
framework: 'net5.0
'
framework: 'net5.0'

- os: ubuntu-latest
framework: 'netcoreapp3.1'

steps:

- name: Install ICU packages
if: ${{ matrix.os == 'ubuntu-22.04'}}
run: sudo apt-get update && sudo apt-get install -y libicu-dev

- name: Check out code onto host
uses: actions/checkout@v1

Expand Down

0 comments on commit 80d26ee

Please sign in to comment.