Skip to content

Commit 9dbe165

Browse files
committed
update workflow
1 parent 5b4164a commit 9dbe165

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blank.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
sudo apt install build-essential
3333
sudo apt-get --yes --force-yes install libxi-dev libxcursor-dev mesa-common-dev
3434
sudo apt-get --yes --force-yes install libgl1-mesa-glx
35+
v install https://github.com/isaiahpatton/ui
3536
git clone https://github.com/isaiahpatton/ui iui
3637
cd iui
3738
git clone https://github.com/isaiahpatton/vpaint
@@ -70,6 +71,7 @@ jobs:
7071
- uses: actions/checkout@v1
7172
- name: Compile
7273
run: |
74+
v install https://github.com/isaiahpatton/ui
7375
git clone https://github.com/isaiahpatton/ui iui
7476
cd iui
7577
git clone https://github.com/isaiahpatton/vpaint
@@ -114,6 +116,7 @@ jobs:
114116
.\make.bat
115117
git clone https://github.com/isaiahpatton/ui iui
116118
.\v.exe symlink
119+
v install https://github.com/isaiahpatton/ui
117120
cd iui
118121
git clone https://github.com/isaiahpatton/vpaint
119122
v -cc gcc -skip-unused -gc boehm -cflags -static vpaint

0 commit comments

Comments
 (0)