Skip to content

Commit

Permalink
This?
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Dec 13, 2024
1 parent 6ba8d01 commit b2b8efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
VCPKG_TARGET_TRIPLET: ${{ matrix.vcpkg_triplet }}
GEN: Ninja
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Install required ubuntu packages
if: ${{ matrix.arch == 'linux_amd64' || matrix.arch == 'linux_arm64' }}
run: |
sudo apt update
sudo apt install apt
apt-get update -y -qq
apt-get install -y -qq software-properties-common
add-apt-repository ppa:git-core/ppa
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 2755 files

0 comments on commit b2b8efa

Please sign in to comment.