Skip to content

Commit

Permalink
Revert "Merge branch 'compiling-branch' into jansson-upt"
Browse files Browse the repository at this point in the history
This reverts commit d9905f4, reversing
changes made to c2f6702.
  • Loading branch information
Rushaway committed Oct 11, 2023
1 parent d9905f4 commit b841352
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:

os: [ubuntu-20.04, windows-2019]
sourcemod-version: [1.11-dev]
include:
- os: ubuntu-20.04
target-archs: x86,x86_64


- os: windows-2019
target-archs: x86,x86_64

steps:
- name: Install Linux packages
if: runner.os == 'Linux'
Expand All @@ -28,15 +26,15 @@ jobs:
sudo apt install -yq --no-install-recommends g++-multilib
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v2

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
path: extension

- name: Checkout SourceMod
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
repository: alliedmodders/sourcemod
ref: ${{ matrix.sourcemod-version }}
Expand All @@ -49,7 +47,7 @@ jobs:
pip install git+https://github.com/alliedmodders/ambuild
- name: Checkout AMBuild
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
repository: alliedmodders/ambuild
path: ambuild
Expand All @@ -66,7 +64,7 @@ jobs:
ambuild
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}
path: extension/build/package
Expand All @@ -80,7 +78,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v2

- name: Package
run: |
Expand Down

0 comments on commit b841352

Please sign in to comment.