File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- firefox : [ '73.0 ' ]
19+ chrome : [ 'stable ' ]
2020 include :
2121 - nim-version : ' 1.6.10'
2222 cache-key : ' stable'
@@ -25,24 +25,24 @@ jobs:
2525 - name : Checkout submodules
2626 run : git submodule update --init --recursive
2727
28- - name : Setup firefox
29- uses : browser-actions/setup-firefox @latest
28+ - name : Setup Chrome
29+ uses : browser-actions/setup-chrome @latest
3030 with :
31- firefox -version : ${{ matrix.firefox }}
31+ chrome -version : ${{ matrix.chrome }}
3232
3333 - name : Get Date
3434 id : get-date
3535 run : echo "::set-output name=date::$(date "+%Y-%m-%d")"
3636 shell : bash
3737
3838 - name : Cache choosenim
39- uses : actions/cache@v2
39+ uses : actions/cache@v3
4040 with :
4141 path : ~/.choosenim
4242 key : ${{ runner.os }}-choosenim-${{ matrix.cache-key }}
4343
4444 - name : Cache nimble
45- uses : actions/cache@v2
45+ uses : actions/cache@v3
4646 with :
4747 path : ~/.nimble
4848 key : ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}
5151 run : |
5252 sudo apt-get -qq update
5353 sudo apt-get install autoconf libtool libsass-dev
54- wget https://github.com/mozilla/geckodriver/releases/download/v0.29.1 /geckodriver-v0.29.1 -linux64.tar.gz
54+ wget https://github.com/mozilla/geckodriver/releases/download/v0.32.0 /geckodriver-v0.32.0 -linux64.tar.gz
5555 mkdir geckodriver
56- tar -xzf geckodriver-v0.29.1 -linux64.tar.gz -C geckodriver
56+ tar -xzf geckodriver-v0.32.0 -linux64.tar.gz -C geckodriver
5757 export PATH=$PATH:$PWD/geckodriver
5858
5959 - name : Install choosenim
You can’t perform that action at this time.
0 commit comments