Skip to content

Commit a3579f6

Browse files
authored
Attempt to fix CI. (#541)
* Attempt to fix CI. * Remove echo.
1 parent 49bc513 commit a3579f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424

25-
- uses: actions/setup-python@v1.1.1
25+
- uses: actions/setup-python@v2
2626
with:
2727
python-version: '3.6'
2828
architecture: 'x64'
@@ -50,7 +50,6 @@ jobs:
5050
mkdir -p $HOME/bin
5151
wget https://github.com/rust-analyzer/rust-analyzer/releases/download/$RUST_ANALYZER_VERSION/rust-analyzer-linux -O $HOME/bin/rust-analyzer
5252
chmod +x $HOME/bin/rust-analyzer
53-
echo "::add-path::$HOME/bin"
5453
5554
- name: Run tests
5655
run: 'make ci'

0 commit comments

Comments
 (0)