Skip to content

Commit 35c1162

Browse files
committed
CI: Use tombi-toml/setup-tombi with a PATH fix
Current version of `tombi-toml/setup-tombi` has a bug, as it does not setup the `$PATH` variable correctly. Before a fix is accepted with could use a fork with the fix.
1 parent de7a32e commit 35c1162

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ runs:
100100

101101
- name: Install tombi
102102
if: ${{ inputs.tombi == 'true' }}
103-
uses: tombi-toml/setup-tombi@v1
103+
# TODO When https://github.com/tombi-toml/setup-tombi/pull/3 is accepted,
104+
# we can switch to the official tombi setup action:
105+
#
106+
# uses: tombi-toml/setup-tombi@v1
107+
uses: ilya-bobyr/setup-tombi@12ecd5bfd7370b35b2d6494a6fe7e91ad76c8beb
104108

105109
- name: Install Solana
106110
if: ${{ inputs.solana == 'true' }}

0 commit comments

Comments
 (0)