Skip to content

Commit 25906a1

Browse files
committed
test CompileBot branch
1 parent a87d4af commit 25906a1

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
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/download-artifact@v2
6666

6767
- name: CompileBot postprocess
68-
run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", version = "1") );
68+
run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "includer-in-entry") );
6969
using CompileBot; CompileBot.postprocess();'
7070

7171
- name: Create Pull Request

0 commit comments

Comments
 (0)