diff --git a/.gitea/workflows/debpkg.yaml b/.gitea/workflows/debpkg.yaml index e99a5f8..8a1c9eb 100644 --- a/.gitea/workflows/debpkg.yaml +++ b/.gitea/workflows/debpkg.yaml @@ -11,8 +11,6 @@ jobs: - name: Checking environment continue-on-error: true run: printenv - - name: Cloning source - uses: actions/checkout@v3 - name: Installing build-essentials continue-on-error: false run: | @@ -22,9 +20,11 @@ jobs: continue-on-error: false run: | echo '---- bison ----' - apt install bison + apt install -y bison echo '---- tcl ------' - apt install tcl + apt install -y tcl + - name: Cloning source + uses: actions/checkout@v4 - name: Building package continue-on-error: false run: |