Explorar el Código

Use sudo when running apt

tags/v1.8.0
Liam hace 4 años
committed by GitHub
padre
commit
0cc69cbecd
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      .github/workflows/release.yml

+ 2
- 1
.github/workflows/release.yml Ver fichero

@@ -15,7 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: apt install cmake git gcc libsndfile-dev libpng-dev
# The user does not run as root
run: sudo apt install cmake git gcc libsndfile-dev libpng-dev

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory


Cargando…
Cancelar
Guardar