Skip to content

Commit dc53aba

Browse files
committed
restore get-date
1 parent e918a3a commit dc53aba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
# git diff --exit-code -I "^# RUN" origin/sycl-rel-6_3:sycl/test/abi/sycl_symbols_linux.dump sycl/test/abi/sycl_symbols_linux-sycl-rel-6_3.dump
9999
# git diff --exit-code -I "^# RUN" origin/sycl-rel-6_3:sycl/test/abi/sycl_symbols_windows.dump sycl/test/abi/sycl_symbols_windows-sycl-rel-6_3.dump
100100

101-
#get_date:
102-
# runs-on: ubuntu-latest
103-
# outputs:
104-
# date: ${{ steps.get_date.outputs.date }}
105-
# steps:
106-
# - id: get_date
107-
# run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
101+
get_date:
102+
runs-on: ubuntu-latest
103+
outputs:
104+
date: ${{ steps.get_date.outputs.date }}
105+
steps:
106+
- id: get_date
107+
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
108108

109109
ubuntu2204_build:
110110
#needs: get_date

0 commit comments

Comments
 (0)