Skip to content

Commit

Permalink
fix(tart)
Browse files Browse the repository at this point in the history
 closes #8446
  • Loading branch information
jhheider committed Jan 24, 2025
1 parent e34d1e2 commit 52fbb5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/tart.run/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ build:
curl.se: '*'
script:
- mkdir -p "{{prefix}}/bin"
- run: curl -LSs https://github.com/cirruslabs/tart/releases/download/{{version.tag}}/tart.tar.gz | tar -xzf -
if: '>=2.24'
- run: curl -LSs https://github.com/cirruslabs/tart/releases/download/{{version.tag}}/tart-$ARCH.tar.gz | tar -xzf -
if: '>=2.5'
if: '>=2.5<2.24'
- run: |
if test "{{hw.arch}}" = "aarch64"; then
curl -LSs https://github.com/cirruslabs/tart/releases/download/{{version.tag}}/tart.tar.gz | tar -xzf -
Expand Down

0 comments on commit 52fbb5f

Please sign in to comment.