Skip to content

Commit

Permalink
Merge pull request #1475 from pzygielo/update-os
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed May 16, 2022
2 parents 934b6ae + abef5c3 commit 88fa7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
uses: actions/checkout@v2
- name: Install required libraries (ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install -y libnspr4-dev libnss3-dev
run: sudo apt-get update && sudo apt-get install -y libnspr4-dev libnss3-dev
- name: Install required libraries (macos)
if: ${{ matrix.os == 'macos-latest' }}
run: brew install nspr nss
run: brew update && brew install nspr nss
- name: Build mqcrt library (ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 88fa7a2

Please sign in to comment.