Update build.yml

pull/105/head
Dan Joseph 2021-07-15 13:56:30 -04:00 zatwierdzone przez GitHub
rodzic eeb739b75a
commit 9b8f5ac862
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install Python and Extract ODM parameters - name: Install Python and Extract ODM parameters
run: | run: |
apt update -y sudo apt update -y
apt install -y python build-essential sudo apt install -y python build-essential
make autogenerate make autogenerate
- uses: ammaraskar/sphinx-action@master - uses: ammaraskar/sphinx-action@master
with: with: