Skip to content

Commit

Permalink
[DATALAD RUNCMD] regenerate templates after modifying workflow
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [
  "47fa1b854c9e94abc0fe7aadb8df8a8cd6525808",
  "ff26f850198044041285400f56f451b5a76d95d3"
 ],
 "cmd": "make -C .github/workflows/template",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Oct 18, 2024
1 parent 40f09e6 commit 4248976
Showing 1 changed file with 1 addition and 4 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

0 comments on commit 4248976

Please sign in to comment.