File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 schedule :
99 # Runs at 12am UTC
10- - cron : ' 0 0 * * *'
10+ - cron : " 0 0 * * *"
1111
1212jobs :
1313 e2e_tests :
@@ -18,16 +18,16 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - uses : actions/checkout@v4
21-
21+
2222 - name : install vfox (MacOS)
2323 if : runner.os == 'MacOS'
2424 run : |
2525 brew tap version-fox/tap
26- brew install vfox
26+ brew install vfox@0.6.4
2727
28- - name : add vfox-erlang plugin (Unix-like)
28+ - name : add vfox-erlang plugin (Unix-like)
2929 run : |
30- vfox add --source https://github.com/version-fox/vfox-erlang/archive/${GITHUB_REF}.zip erlang
30+ vfox add --source https://github.com/version-fox/vfox-erlang/archive/${GITHUB_REF}.zip erlang
3131
3232 - name : install Erlang/OTP by vfox-erlang plugin (Darwin)
3333 if : runner.os == 'MacOS'
Original file line number Diff line number Diff line change 2323 run : |
2424 echo "deb [trusted=yes] https://apt.fury.io/versionfox/ /" | sudo tee /etc/apt/sources.list.d/versionfox.list
2525 sudo apt-get update
26- sudo apt-get install vfox
26+ sudo apt-get install vfox=0.6.4
2727
2828 - name : add vfox-erlang plugin (Unix-like)
2929 run : |
Original file line number Diff line number Diff line change 2323 run : |
2424 echo "deb [trusted=yes] https://apt.fury.io/versionfox/ /" | sudo tee /etc/apt/sources.list.d/versionfox.list
2525 sudo apt-get update
26- sudo apt-get install vfox
26+ sudo apt-get install vfox=0.6.4
2727
2828 - name : add vfox-erlang plugin (Unix-like)
2929 run : |
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 schedule :
99 # Runs at 12am UTC
10- - cron : ' 0 0 * * *'
10+ - cron : " 0 0 * * *"
1111
1212jobs :
1313 e2e_tests :
@@ -18,17 +18,17 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - uses : actions/checkout@v4
21-
21+
2222 - name : install scoop (Windows)
2323 if : runner.os == 'Windows'
2424 uses : MinoruSekine/setup-scoop@v3
25-
26- - name : install vfox (Windows)
25+
26+ - name : install vfox (Windows)
2727 if : runner.os == 'Windows'
2828 run : |
29- scoop install vfox
29+ scoop install vfox@0.6.4
3030
31- - name : add vfox-erlang plugin (Windows)
31+ - name : add vfox-erlang plugin (Windows)
3232 if : runner.os == 'Windows'
3333 run : |
3434 vfox add --source https://github.com/version-fox/vfox-erlang/archive/$env:GITHUB_REF.zip erlang
You can’t perform that action at this time.
0 commit comments