We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934b6ae + abef5c3 commit 88fa7a2Copy full SHA for 88fa7a2
.github/workflows/maven.yml
@@ -76,10 +76,10 @@ jobs:
76
uses: actions/checkout@v2
77
- name: Install required libraries (ubuntu)
78
if: ${{ matrix.os == 'ubuntu-latest' }}
79
- run: sudo apt-get install -y libnspr4-dev libnss3-dev
+ run: sudo apt-get update && sudo apt-get install -y libnspr4-dev libnss3-dev
80
- name: Install required libraries (macos)
81
if: ${{ matrix.os == 'macos-latest' }}
82
- run: brew install nspr nss
+ run: brew update && brew install nspr nss
83
- name: Build mqcrt library (ubuntu)
84
85
run: |
0 commit comments