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.
1 parent 4405aab commit f9cbe1bCopy full SHA for f9cbe1b
.github/workflows/main.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: "Software Install - Ubuntu"
13
if: ${{ matrix.os == 'ubuntu-latest' }}
14
run: |
15
+ sudo apt-get update && \
16
sudo apt-get install -y \
17
build-essential \
18
ca-certificates \
0 commit comments