mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
Limit apt commands to Ubuntu
This commit is contained in:
@@ -153,6 +153,7 @@ jobs:
|
||||
uses: "actions/checkout@v2"
|
||||
|
||||
- name: "Install dependencies (apt)"
|
||||
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install libsodium-dev uuid-dev
|
||||
|
||||
Reference in New Issue
Block a user