Skip to content

Commit

Permalink
removed other workflows (at least for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelwiss committed Aug 25, 2024
1 parent 47da7d5 commit 492731f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 123 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy_retro_android.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/deploy_retro_ios.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/deploy_retro_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install dependencies
# We don't actually use these dependencies, but they are needed for find package.
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev
sudo apt-get install -y libgl1-mesa-dev libegl1-mesa-dev libasound2-dev
- name: Configure & Build 🔧
run: |
mkdir build
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/deploy_retro_mac.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/deploy_retro_win.yml

This file was deleted.

0 comments on commit 492731f

Please sign in to comment.