Browse Source

remove: air101/105的CI不需要安装libsdl

Wendal Chen 2 years ago
parent
commit
dbb20d680a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/air101.yml
  2. 1 1
      .github/workflows/air105.yml

+ 1 - 1
.github/workflows/air101.yml

@@ -21,7 +21,7 @@ jobs:
     - name: prepare software
       run: |
         sudo apt-get update
-        sudo apt-get install git gcc-multilib libc6 libgcc1 libstdc++5 libstdc++6 libsdl-dev p7zip-full -y
+        sudo apt-get install git gcc-multilib libc6 libgcc1 libstdc++5 libstdc++6 p7zip-full -y
         sudo apt-get install libncurses5-dev -y
         sudo add-apt-repository ppa:xmake-io/xmake -y
         sudo apt-get update -y

+ 1 - 1
.github/workflows/air105.yml

@@ -21,7 +21,7 @@ jobs:
     - name: prepare software
       run: |
         sudo apt-get update
-        sudo apt-get install git gcc-multilib libc6 libgcc1 libstdc++5 libstdc++6 libsdl-dev p7zip-full -y
+        sudo apt-get install git gcc-multilib libc6 libgcc1 libstdc++5 libstdc++6 p7zip-full -y
         sudo apt-get install libncurses5-dev -y
         sudo add-apt-repository ppa:xmake-io/xmake -y
         sudo apt-get update