Skip to content

Commit

Permalink
local_config.h is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa committed Mar 5, 2024
1 parent c833596 commit 7d0440c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Checkout Principia src
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Bithack/principia
path: src
Expand All @@ -21,11 +21,10 @@ jobs:
- name: Build
run: |
cp local_config.h src/src/src/
luajit build.lua
- name: Upload output as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output
path: bin/
8 changes: 0 additions & 8 deletions local_config.h

This file was deleted.

0 comments on commit 7d0440c

Please sign in to comment.