Skip to content

Commit

Permalink
fix(ci): allow 1 runner at a time to prevent different versions of th…
Browse files Browse the repository at this point in the history
…e same git repo
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 68e3f52 commit a6eafc1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ jobs:
runs-on: ${{ matrix.os.host }}
strategy:
matrix:
max-parallel: 1
os:
- host: ubuntu-20.04
- host: windows-2019
- host: macos-11
steps:
- uses: actions/checkout@v4
- name: Install C/C++ Compiler
uses: rlalik/setup-cpp-compiler@master
with:
Expand All @@ -38,10 +40,6 @@ jobs:
# run: |
# luarocks --local --lua-version=5.1 install toml-edit
# luarocks pack toml-edit
- uses: actions/checkout@v4
with:
ref: "main"
clean: false
- name: Regenerate Manifests and HTML
run: luarocks-admin make-manifest --lua-version=5.1 .
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit a6eafc1

Please sign in to comment.