Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Jun 12, 2023
1 parent 1d1a92c commit 8f894e1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/static-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f894e1

Please sign in to comment.