Skip to content

Commit

Permalink
test SnoopCompile master
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 27, 2020
1 parent 11e0460 commit f2f2a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SnoopCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/download-artifact@v2

- name: CompileBot postprocess
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") );
using CompileBot; CompileBot.postprocess();'

- name: Create Pull Request
Expand Down

0 comments on commit f2f2a4f

Please sign in to comment.