From 7b48c552b0a61b8549d4f34342392cae8d433dc7 Mon Sep 17 00:00:00 2001 From: Alex Hornby Date: Mon, 6 Jan 2025 11:16:30 -0800 Subject: [PATCH] regenerate github actions Summary: regenerate the github actions before making any real changes Reviewed By: bigfootjon Differential Revision: D67839617 fbshipit-source-id: 87dd1bf4e5923a85b9e2078f8c9144b1da0643dd --- .github/workflows/getdeps_windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/getdeps_windows.yml b/.github/workflows/getdeps_windows.yml index a20d9bda8..32a6839fa 100644 --- a/.github/workflows/getdeps_windows.yml +++ b/.github/workflows/getdeps_windows.yml @@ -55,6 +55,8 @@ jobs: run: python build/fbcode_builder/getdeps.py fetch --no-tests lz4 - name: Fetch snappy run: python build/fbcode_builder/getdeps.py fetch --no-tests snappy + - name: Fetch jom + run: python build/fbcode_builder/getdeps.py fetch --no-tests jom - name: Fetch perl run: python build/fbcode_builder/getdeps.py fetch --no-tests perl - name: Fetch openssl @@ -97,6 +99,8 @@ jobs: run: python build/fbcode_builder/getdeps.py build --no-tests lz4 - name: Build snappy run: python build/fbcode_builder/getdeps.py build --no-tests snappy + - name: Build jom + run: python build/fbcode_builder/getdeps.py build --no-tests jom - name: Build perl run: python build/fbcode_builder/getdeps.py build --no-tests perl - name: Build openssl