File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 50
50
java-version : ' 17'
51
51
distribution : ' graalvm'
52
52
github-token : ${{ secrets.GITHUB_TOKEN }}
53
+ - name : Set up SBT
54
+ uses : olafurpg/setup-scala@v11
55
+ with :
56
+ java-version : ' 17'
53
57
- name : Set up rust toolchain
54
58
uses : dtolnay/rust-toolchain@stable
55
59
with :
66
70
run : brew install erlang@${{ matrix.brew-otp-version }}
67
71
- name : Add erl to path (MacOS Only)
68
72
if : matrix.os == 'macos'
69
- run : " echo '/usr/local /opt/erlang@${{ matrix.brew-otp-version }}/bin' >> $GITHUB_PATH"
73
+ run : " echo '/opt/homebrew /opt/erlang@${{ matrix.brew-otp-version }}/bin' >> $GITHUB_PATH"
70
74
- name : Verify Erlang version
71
75
run : erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell
72
76
- name : Install rebar3
95
99
name : elp-${{ matrix.os }}-${{ matrix.target }}-otp-${{ matrix.otp-version }}
96
100
path : target/${{ matrix.target}}/release/elp
97
101
- name : Test eqwalizer
98
- working-directory : eqwalizer
102
+ working-directory : eqwalizer/eqwalizer
99
103
run : ' sbt test'
100
104
- name : Upload eqwalizer native binary
101
105
uses : " actions/upload-artifact@v3"
You can’t perform that action at this time.
0 commit comments