diff --git a/.github/workflows/static-analyzer.yml b/.github/workflows/static-analyzer.yml index 71fbd9cdd4..69c000faca 100644 --- a/.github/workflows/static-analyzer.yml +++ b/.github/workflows/static-analyzer.yml @@ -22,14 +22,19 @@ jobs: RUN_BEFORE: 'dnf install -y nano' GIT_URL: 'https://github.com/${{github.repository}}' steps: + - name: install build dependencies + run: | + dnf install -y \ + autoconf \ + automake \ + gcc \ + libtool \ + pkg-config - uses: actions/checkout@v3 with: #ref: 'master' fetch-depth: 1 - - name: asdas - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - name: asd + - name: build with static analyzer enabled # cannot use github.workspace, see # https://github.com/actions/runner/issues/2058 # and