diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 20e5d58..f4b881d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: QTWEBENGINE_DISABLE_SANDBOX: 1 QT_QPA_PLATFORM: "offscreen" steps: - - name: Checkout this shared action repository + - name: Checkout shared action repository uses: actions/checkout@v4 with: repository: bec/bec_shared_actions @@ -55,10 +55,8 @@ jobs: BEC_CORE_BRANCH: "${{ github.event.inputs.BEC_CORE_BRANCH || 'main' }}" OPHYD_DEVICES_BRANCH: "${{ github.event.inputs.OPHYD_DEVICES_BRANCH || 'main' }}" BEC_PLUGIN_REPO_BRANCH: "${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.BEC_PLUGIN_REPO_BRANCH || 'main') || github.head_ref || github.ref_name }}" - # PYTHON_VERSION: "${{ github.event.inputs.PYTHON_VERSION || '3.11' }}" PLUGIN_REPO_NAME: "${{ github.event.repository.name }}" - # APT_PACKAGES: "libgl1 libegl1 x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb libnss3 libxdamage1 libasound2t64 libatomic1 libxcursor1" - + - name: Install external APT packages uses: bec/bec_shared_actions/install_apt_packages@main with: