Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SunRed committed Jun 7, 2023
2 parents e1154d3 + d8fe027 commit 4f1c91f
Show file tree
Hide file tree
Showing 163 changed files with 6,249 additions and 4,318 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ updates:
directory: /
schedule:
interval: weekly
labels:
- 'type: dependencies'
- 'github-actions'
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: brew install automake
run: brew install automake pkg-config
- name: Bootstrap
run: ./autogen.sh
- name: Configure
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ callgrind.out.*
# IDE workspace configurations
/.idea/
/.vscode/

# Language Servers
/.cache/clangd/
Loading

0 comments on commit 4f1c91f

Please sign in to comment.