mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-03 12:51:51 +00:00
linux
This commit is contained in:
5
.github/workflows/generator-linux.yml
vendored
5
.github/workflows/generator-linux.yml
vendored
@@ -131,6 +131,11 @@ jobs:
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y nasm qemu-user-static
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y imagemagick
|
||||
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user