Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz authored Sep 15, 2024
1 parent 023af21 commit 9e66af6
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -18,22 +18,13 @@ jobs:
with:
vcpkgGitCommitId: 4a600e9fea71bd7872080cbb716797e04d30e6d3

- name: NASM
uses: ilammy/setup-nasm@v1

- name: Dependencies
run: |
sudo apt-get install g++-multilib gcc-multilib
sudo dpkg --add-architecture i386
sudo apt-get install nasm:i386 paxctl:i386 libtommath-dev:i386
- name: GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 9
platform: x86
sudo apt-get update
sudo apt-get install nasm:i386 make gcc-multilib g++-multilib git
- name: Plugin Interface
- name: API
run: |
cd ..
curl -o plugin.zip https://iswenzz.com/github/gsclib/plugin.zip
Expand All @@ -52,7 +43,7 @@ jobs:
path: build

tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Checkout
Expand Down

0 comments on commit 9e66af6

Please sign in to comment.