Skip to content

Commit

Permalink
rm env restrictions (build.lua); rm removal of env restrictions (yaml)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfr42 committed Nov 4, 2024
1 parent 895270a commit 6ddc98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
package_file: .github/tl_packages
- name: Remove environmental restrictions
run: sed -i '/^os\.setenv /d' $(find . -name "*.lua")
- name: Run l3build
run: l3build ctan
# https://github.com/latex3/hyperref/blob/adc36adbc3650db73329469b43afb0ee86e3c807/.github/workflows/main.yaml
- name: Archive failed test output
# what does this do exactly?
# what does this do exactly? (runs even if previous fails)
if: ${{ always() }}
uses: zauguin/l3build-failure-artifacts@v1
with:
Expand Down
7 changes: 1 addition & 6 deletions build.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
-- $Id: build.lua 10532 2024-10-26 02:39:56Z cfrees $
-- $Id: build.lua 10572 2024-11-04 15:37:34Z cfrees $
-- Build configuration for prooftrees
--------------------------------------------------------------------------------
os.setenv ("PATH", "/usr/local/texlive/bin:/usr/bin:")
os.setenv ("TEXMFHOME", ".")
os.setenv ("TEXMFLOCAL", ".")
os.setenv ("TEXMFARCH", ".")
--------------------------------------------------------------------------------
maindir = maindir or "."
sourcedir = sourcedir or maindir
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 6ddc98c

Please sign in to comment.