Skip to content

Commit f2f2a4f

Browse files
committed
test SnoopCompile master
1 parent 11e0460 commit f2f2a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SnoopCompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/download-artifact@v2
7575

7676
- name: CompileBot postprocess
77-
run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "includer-in-entry") );
77+
run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "master") );
7878
using CompileBot; CompileBot.postprocess();'
7979

8080
- name: Create Pull Request

0 commit comments

Comments
 (0)