Skip to content

Commit

Permalink
Update build_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 authored Oct 4, 2023
1 parent 99195fd commit 6eeb3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Prepare cache for binaries
uses: actions/cache@v2
uses: actions/cache@v3
id: cached-binaries
with:
path: |
Expand All @@ -38,7 +38,7 @@ jobs:
tar -vxf gcc-x86_64; mv x86-64--glibc--stable-2022.08-1 gcc-x86_64-cross;
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: dreamos

Expand Down

0 comments on commit 6eeb3e1

Please sign in to comment.