Skip to content

Commit

Permalink
will probably still fail, but whatever
Browse files Browse the repository at this point in the history
Change-Id: I4506e460ac9bdccb812d0d20905d83ba65a0ee1a
  • Loading branch information
cooljeanius committed Oct 23, 2023
1 parent f0b0ae5 commit 611bb44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Dependencies
if: matrix.language == 'c-cpp'
run: sudo apt-get -y install autopoint gobjc
run: sudo apt-get -y install autopoint gobjc clang

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<!-- configures and builds GDB -->
<target name="build-everything" depends="clean-gdb,configure,make-gdb">
<mkdir dir="${gdb.build.dir}"/>
</target>
<target name="build-everything-dwarf" depends="clean-gdb-dwarf,configure-dwarf,make-gdb-dwarf">
</target>
Expand Down

0 comments on commit 611bb44

Please sign in to comment.