We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a393f commit 7e1304aCopy full SHA for 7e1304a
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
env:
10
url_binenv: "https://raw.githubusercontent.com/axgkl/binaries/refs/heads/master/binenv-install.sh"
11
- URL_BINENV_DISTRIS: "https://raw.githubusercontent.com/axgkl/binaries/refs/heads/master/binenv-install.sh"
+ URL_BINENV_DISTRIS: "https://raw.githubusercontent.com/axgkl/binaries/refs/heads/master/distributions.patch.yaml"
12
BINENV_TOOLS: "uv gotop"
13
#if: "contains(github.event.head_commit.message, 'binenv-tests')"
14
0 commit comments