Skip to content

Commit

Permalink
Update pushaction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 27, 2023
1 parent e517f91 commit ceb3d85
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/pushaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ jobs:
- name: Add extra platform architectures
run: sudo dpkg --add-architecture i386; sudo dpkg --add-architecture armhf; sudo dpkg --add-architecture arm64
- run: sudo apt-get update || true
- name: Install Windows compilers
run: sudo apt-get -yq install g++-mingw-w64-i686 g++-mingw-w64-x86-64
# - name: Install Windows compilers
# run: sudo apt-get -yq install g++-mingw-w64-i686 g++-mingw-w64-x86-64
- name: Install Linux x86 compilers/libraries
run: sudo apt-get -yq install gcc-multilib-i686-linux-gnu g++-multilib-i686-linux-gnu gcc-multilib-x86-64-linux-gnux32 g++-multilib-x86-64-linux-gnux32 binutils-i686-gnu libc6-dev-i386-cross libc6-dev-x32-cross libc6-dev-i386-amd64-cross libc6-dev-i386-x32-cross libstdc++-7-dev-amd64-cross lib32stdc++-7-dev
- name: Install Linux arm32 compilers/libraries
run: sudo apt-get -yq install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
- name: Install Linux arm64 compilers/libraries
run: sudo apt-get -yq install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
# - name: Install Linux arm32 compilers/libraries
# run: sudo apt-get -yq install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
# - name: Install Linux arm64 compilers/libraries
# run: sudo apt-get -yq install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
# - name: Download macOS natives
# uses: actions/download-artifact@v3
# with:
Expand All @@ -136,6 +136,7 @@ jobs:
- run: |
pwd
make -j
ls -l build/.libs
working-directory: SDL/build-linux64
- run: mkdir -p SDL/build-linux32
Expand All @@ -146,6 +147,7 @@ jobs:
- run: |
pwd
make -j
ls -l build/.libs
working-directory: SDL/build-linux32
# - run: mkdir -p SDL/build-linuxarm32
Expand Down

0 comments on commit ceb3d85

Please sign in to comment.