Changeset d996cc8 in trunk
- Timestamp:
- 2020-02-26T04:17:45Z (5 years ago)
- Branches:
- master
- Children:
- 5ba0ba78
- Parents:
- 4924cd9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .github/workflows/ci.yml ¶
r4924cd9 rd996cc8 29 29 # extension. See https://chocolatey.org/packages/vcpython27 and 30 30 # https://github.com/crazy-max/ghaction-chocolatey 31 - name: [Windows] Install MSVC 9.0 for Python 2.731 - name: Install MSVC 9.0 for Python 2.7 [Windows] 32 32 if: matrix.os == 'windows-latest' && matrix.python-version == '2.7' 33 33 uses: crazy-max/ghaction-chocolatey@v1 … … 93 93 steps: 94 94 95 - name: [Ubuntu] Install Tor95 - name: Install Tor [Ubuntu] 96 96 if: matrix.os == 'ubuntu-latest' 97 97 run: sudo apt install tor 98 98 99 - name: [macOS] Install Tor99 - name: Install Tor [macOS] 100 100 if: matrix.os == 'macos-latest' 101 101 run: brew install tor 102 102 103 - name: [Windows] Install Tor103 - name: Install Tor [Windows] 104 104 if: matrix.os == 'windows-latest' 105 105 uses: crazy-max/ghaction-chocolatey@v1 … … 159 159 # extension. See https://chocolatey.org/packages/vcpython27 and 160 160 # https://github.com/crazy-max/ghaction-chocolatey 161 - name: [Windows] Install MSVC 9.0 for Python 2.7161 - name: Install MSVC 9.0 for Python 2.7 [Windows] 162 162 if: matrix.os == 'windows-latest' && matrix.python-version == '2.7' 163 163 uses: crazy-max/ghaction-chocolatey@v1
Note: See TracChangeset
for help on using the changeset viewer.