Skip to content

fixed debian13 action #2

fixed debian13 action

fixed debian13 action #2

Workflow file for this run

---
name: Debian 13
on:
push:
branches: [master]
paths-ignores:
- '**.md'
- '.github/workflows/linter.yml'
- '.github/workflows/macos.yml'
- '.github/workflows/docker-image.yml'
- '.github/workflows/linux.yml'
- 'docs/**'
- 'docker/**'
pull_request:
branches: [master]
jobs:
Debian13:
runs-on: ubuntu-latest
container: debian:trixie-slim
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install required packages
run: |
apt update -y
apt install -y git make sudo bash wget unzip
git clone https://github.com/jeonghanlee/pkg_automation
bash pkg_automation/pkg_automation.bash -y
git clone https://github.com/jeonghanlee/uldaq-env
make -C uldaq-env/ github
- name: EPICS installation
run: |
make init
rm -rf pyDevSup-src || exit
git clone https://github.com/jeonghanlee/pyDevSup pyDevSup-src
echo "SRC_TAG_PYDEVSUP:=796f7d7" > configure/RELEASE.local
echo "SRC_VER_PYDEVSUP:=796f7d7" >> configure/RELEASE.local
make patch
make conf
make vars
make build
make install
- name: EPICS Environment Check
run: |
make exist