Skip to content

Commit 88fa7a2

Browse files
committed
Merge pull request #1475 from pzygielo/update-os
2 parents 934b6ae + abef5c3 commit 88fa7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
uses: actions/checkout@v2
7777
- name: Install required libraries (ubuntu)
7878
if: ${{ matrix.os == 'ubuntu-latest' }}
79-
run: sudo apt-get install -y libnspr4-dev libnss3-dev
79+
run: sudo apt-get update && sudo apt-get install -y libnspr4-dev libnss3-dev
8080
- name: Install required libraries (macos)
8181
if: ${{ matrix.os == 'macos-latest' }}
82-
run: brew install nspr nss
82+
run: brew update && brew install nspr nss
8383
- name: Build mqcrt library (ubuntu)
8484
if: ${{ matrix.os == 'ubuntu-latest' }}
8585
run: |

0 commit comments

Comments
 (0)