Skip to content

Commit

Permalink
disable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 22, 2023
1 parent 4dbc1e8 commit 35db93d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/macos-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: MacOS + upstream github xz
name: MacOS + upstream GitHub xz

# This is not working, so only allow manual run
# issue with not being able to override the system path location of the lzma library
# It always fnind the system version of liblzma for some reason
on:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: '02 02 2 1-12 *' # Run monthly
# push:
# pull_request:
# schedule:
# - cron: '02 02 2 1-12 *' # Run monthly

jobs:
build:
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
- name: Show installed lzma files
run: |
pwd
find .
working-directory: ${{ env.lzma-install }}

Expand Down

0 comments on commit 35db93d

Please sign in to comment.