Skip to content

Commit

Permalink
Merge pull request #210 from datalad/rf-win
Browse files Browse the repository at this point in the history
Revert "On Windows - use stack-lts-18.13.yaml"
  • Loading branch information
yarikoptic authored Oct 18, 2024
2 parents 844a1bc + 4248976 commit c11a3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Choose stack config and enable building with magic
- name: Enable building with magic
run: |
# Need to use that LTS ATM on Windows
# ref: https://github.com/datalad/git-annex/issues/168#issuecomment-1665910564
cp stack-lts-18.13.yaml stack.yaml
perl -pli -e 's/magicmime: false/magicmime: true/' stack.yaml
- name: Set UPGRADE_LOCATION
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/template/build-{{ostype}}.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Choose stack config and enable building with magic
- name: Enable building with magic
run: |
# Need to use that LTS ATM on Windows
# ref: https://github.com/datalad/git-annex/issues/168#issuecomment-1665910564
cp stack-lts-18.13.yaml stack.yaml
perl -pli -e 's/magicmime: false/magicmime: true/' stack.yaml

- name: Set UPGRADE_LOCATION
Expand Down

0 comments on commit c11a3c6

Please sign in to comment.