Skip to content

Commit

Permalink
regenerate github actions
Browse files Browse the repository at this point in the history
Summary: regenerate the github actions before making any real changes

Reviewed By: bigfootjon

Differential Revision: D67839617

fbshipit-source-id: 87dd1bf4e5923a85b9e2078f8c9144b1da0643dd
  • Loading branch information
ahornby authored and facebook-github-bot committed Jan 6, 2025
1 parent 2665d1d commit 6bd25ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/getdeps_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6bd25ff

Please sign in to comment.