Browse Source

Update release-executables.yml

pull/2465/head
Pranav C 2 years ago committed by GitHub
parent
commit
a7134dd2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/release-executables.yml

1
.github/workflows/release-executables.yml

@ -53,6 +53,7 @@ jobs:
${{ runner.os }}-
- name: Install QEMU and ldid
run: |
sudo apt update
# Install qemu
sudo apt install qemu binfmt-support qemu-user-static
# install ldid

Loading…
Cancel
Save