Skip to content

Commit

Permalink
fix(amber)
Browse files Browse the repository at this point in the history
 closes #8241
  • Loading branch information
jhheider committed Dec 23, 2024
1 parent 86e70a4 commit cc2739d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/amber-lang.com/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ companions:
gnu.org/coreutils: 9
# awk for `std:sum()`
gnu.org/gawk: 5
# this should be necessary, but compiler.rs hardcodes the
# path to /bin/bash
# https://github.com/Ph0enixKM/Amber/issues/109
# gnu.org/bash: 5
gnu.org/bash: 5

build:
dependencies:
Expand All @@ -44,5 +41,8 @@ test:
echo ((12 + 34) * 9) % 4
- test "$(amber test.ab)" = 2
- test "$(pkgx test.ab)" = 2
- amber test.ab test.sh
- run: amber test.ab test.sh
if: <0.4
- run: amber build test.ab
if: '>=0.4'
- test "$(./test.sh)" = 2

0 comments on commit cc2739d

Please sign in to comment.