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 a87d4af commit 25906a1Copy full SHA for 25906a1
.github/workflows/SnoopCompile.yml
@@ -65,7 +65,7 @@ jobs:
65
uses: actions/download-artifact@v2
66
67
- name: CompileBot postprocess
68
- run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", version = "1") );
+ run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "includer-in-entry") );
69
using CompileBot; CompileBot.postprocess();'
70
71
- name: Create Pull Request
0 commit comments