We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6dc6e commit d58c2d7Copy full SHA for d58c2d7
.github/workflows/smoke_test.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install Shuriken-Analyzer for Linux
46
run: |
47
- pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@main#subdirectory=shuriken/bindings/Python/
+ pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@7f2e45f8714ca2d920fc2c2957c1de275edcbe23#subdirectory=shuriken/bindings/Python/
48
if: matrix.os == 'ubuntu-latest'
49
50
- name: Install Shuriken-Analyzer for MacOS
0 commit comments