mirror of https://github.com/openXC7/prjxray.git
fix yaml file
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
17d8b1d61b
commit
20627dc637
|
|
@ -60,8 +60,9 @@ jobs:
|
||||||
sudo \
|
sudo \
|
||||||
|
|
||||||
- name: Xilinx Setup
|
- name: Xilinx Setup
|
||||||
run: git config --global --add safe.directory /root/prjxray/prjxray
|
run: |
|
||||||
run: .github/workflows/scripts/xilinx.sh
|
git config --global --add safe.directory /root/prjxray/prjxray
|
||||||
|
.github/workflows/scripts/xilinx.sh
|
||||||
env:
|
env:
|
||||||
USE_LICENSE_SERVER: "true"
|
USE_LICENSE_SERVER: "true"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue