ci: gen: fix workflow

pull/97/head
Alessandro Decina 3 years ago
parent 8f20ead0c1
commit ab0d08910d

@ -22,8 +22,8 @@ jobs:
- name: Install headers - name: Install headers
run: | run: |
apt -y update sudo apt -y update
apt -y install libc6-dev libc6-dev-{aarch64,armel}-cross sudo apt -y install libc6-dev libc6-dev-{arm64,armel}-cross
- name: Run codegen - name: Run codegen
run: | run: |

Loading…
Cancel
Save