Skip to content

Commit 5147f67

Browse files
committed
both xvfb and Xvfb are shown in which but PATH isn't updating
1 parent bfead28 commit 5147f67

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ jobs:
3030
run: |
3131
brew install libxft libxinerama
3232
brew install --cask xquartz
33-
export PATH=$PATH:/opt/X11/bin
34-
which xvfb
35-
which Xvfb
36-
ls /opt/X11
33+
echo "PATH=$PATH:/opt/X11/bin" >> $GITHUB_ENV
3734
- name: Install ${{ matrix.toolchain }}
3835
uses: dtolnay/rust-toolchain@master
3936
with:

0 commit comments

Comments
 (0)