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 11e0460 commit f2f2a4fCopy full SHA for f2f2a4f
.github/workflows/SnoopCompile.yml
@@ -74,7 +74,7 @@ jobs:
74
uses: actions/download-artifact@v2
75
76
- name: CompileBot postprocess
77
- run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "includer-in-entry") );
+ run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "master") );
78
using CompileBot; CompileBot.postprocess();'
79
80
- name: Create Pull Request
0 commit comments