Update ci.yaml

This commit is contained in:
StefanSchippers 2025-05-07 16:16:25 +02:00 committed by GitHub
parent b122a8abef
commit 648b36d321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: sudo apt-get install -y flex bison gawk tcl tcl-dev tk tk-dev libcairo2 libcairo2-dev xcb libxcb1 libxcb1-dev libxrender-dev libxpm-dev libxcb-render0-dev libx11-xcb1 libx11-xcb-dev run: sudo apt-get install -y flex bison gawk tcl tcl-dev tk tk-dev libcairo2 libcairo2-dev xcb libxcb1 libxcb1-dev libxrender-dev libxpm-dev libxcb-render0-dev libx11-xcb1 libx11-xcb-dev
- name: Checkout source - name: Checkout source
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: configure - name: configure
run: ./configure run: ./configure
- name: make - name: make
run: make run: make
- name: Archive compiled binary - name: Archive compiled binary
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: xschem name: xschem
path: src/xschem path: src/xschem